>> run -- running @test_1 x = Test1 handle Properties: p1: 0 -- error occured while executing @test_1 No appropriate method, property, or field PropertyList for class meta.class. -- running @test_2 cb1 = meta.class handle Package: meta Properties: Name: 'Test2_b' Description: '' DetailedDescription: '' Hidden: 0 Sealed: 0 ConstructOnLoad: 0 InferiorClasses: {0x1 cell} Properties: {0x1 cell} Methods: {18x1 cell} Events: {[1x1 meta.event]} SuperClasses: {[1x1 meta.class]} ContainingPackage: {} -- error occured while executing @test_2 No appropriate method, property, or field MethodList for class meta.class. -- running @test_3 x = meta.class handle Package: meta Properties: Name: 'Test3' Description: '' DetailedDescription: '' Hidden: 0 Sealed: 0 ConstructOnLoad: 0 InferiorClasses: {0x1 cell} Properties: {0x1 cell} Methods: {18x1 cell} Events: {[1x1 meta.event]} SuperClasses: {[1x1 meta.class]} ContainingPackage: {} x.m1 () = -- error occured while executing @test_3 No appropriate method, property, or field m1 for class meta.class. -- running @test_4 Warning: Name is nonexistent or not a directory: test4. > In path at 110 In addpath at 87 In run>test_4 at 90 In run>run_test at 17 In run at 7 -- error occured while executing @test_4 Undefined function or variable 'Test4'. -- running @test_5 Warning: Name is nonexistent or not a directory: test5/base. > In path at 110 In addpath at 87 In run>test_5 at 103 In run>run_test at 17 In run at 8 Warning: Name is nonexistent or not a directory: test5. > In path at 110 In addpath at 87 In run>test_5 at 104 In run>run_test at 17 In run at 8 -- error occured while executing @test_5 Undefined function or variable 'Test5_b'. -- running @test_6 Warning: Name is nonexistent or not a directory: test6/d1. > In path at 110 In addpath at 87 In run>test_6 at 117 In run>run_test at 17 In run at 9 -- error occured while executing @test_6 Undefined function or variable 'Test6'. -- running @test_7 Warning: Name is nonexistent or not a directory: test7/base_a. > In path at 110 In addpath at 87 In run>test_7 at 134 In run>run_test at 17 In run at 10 Warning: Name is nonexistent or not a directory: test7. > In path at 110 In addpath at 87 In run>test_7 at 135 In run>run_test at 17 In run at 10 -- error occured while executing @test_7 Undefined function or variable 'Test7_b'. >>