assert ReadClassDataTest works with non-empty set
This commit is contained in:
@@ -97,6 +97,8 @@ public class ReadClassDataTest extends TestCaseWithTmpdir {
|
|||||||
Assert.assertEquals(nsa.getName(), nsb.getName());
|
Assert.assertEquals(nsa.getName(), nsb.getName());
|
||||||
System.out.println("namespace " + nsa.getName());
|
System.out.println("namespace " + nsa.getName());
|
||||||
|
|
||||||
|
Assert.assertTrue(!nsa.getMemberScope().getAllDescriptors().isEmpty());
|
||||||
|
|
||||||
Set<String> classifierNames = new HashSet<String>();
|
Set<String> classifierNames = new HashSet<String>();
|
||||||
Set<String> propertyNames = new HashSet<String>();
|
Set<String> propertyNames = new HashSet<String>();
|
||||||
Set<String> functionNames = new HashSet<String>();
|
Set<String> functionNames = new HashSet<String>();
|
||||||
|
|||||||
Reference in New Issue
Block a user