Added tests for class object and nested objects.

This commit is contained in:
Evgeny Gerashchenko
2013-09-06 11:51:36 +04:00
committed by Pavel V. Talanov
parent 8e442bc509
commit 847d69ee2e
6 changed files with 62 additions and 0 deletions
@@ -0,0 +1,7 @@
public class Testing {
public static void test() {
mockLib.foo.LibClass.object.NestedObject.<caret>
}
}
// EXIST: instance$