Added test cases for classes, its members, function and tuple types to DescriptorRendererTest.

This commit is contained in:
Evgeny Gerashchenko
2012-04-06 19:39:25 +04:00
parent da9973a822
commit 83bd57184d
4 changed files with 100 additions and 0 deletions
@@ -47,6 +47,18 @@ public class DescriptorRendererTest extends JetLiteFixture {
doTest();
}
public void testClasses() throws IOException {
doTest();
}
public void testTupleTypes() throws IOException {
doTest();
}
public void testFunctionTypes() throws IOException {
doTest();
}
@Override
protected String getTestDataPath() {
return JetTestCaseBuilder.getTestDataPathBase() + "/renderer";