Skip to content
Snippets Groups Projects
Commit 19ca2e8a authored by Anton Bagliy's avatar Anton Bagliy
Browse files

ADD: extra tests stubs for ASTParser

parent be3848dc
No related merge requests found
......@@ -87,4 +87,30 @@ namespace TestASTParser
// TODO: проверить содержимое write
}
}
[TestFixture]
public class ExtraTests
{
[Test]
public void TestIf()
{
Assert.Fail();
// TODO: дописать тест
}
[Test]
public void TestVarDef()
{
Assert.Fail();
// TODO: дописать тест
}
[Test]
public void TestBinary()
{
Assert.Fail();
// TODO: дописать тест
}
}
}
\ No newline at end of file
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment