package oldTestsNotMaintained.testSpecial; import facade.L42; public class TestExamples { public static void main(String [] arg) throws Throwable{ //L42.main(new String[]{"examples/DeployCollections"}); //L42.main(new String[]{"examples/UseCollections.L42"}); //L42.main(new String[]{"examples/DeployAdamTowel01"}); //L42.main(new String[]{"examples/UseAdamTowel01.L42"}); L42.main(new String[]{"examples/RandomMole.L42"}); } }