public void TestInitialize()
 {
     ScriptReferenceExtensions.TestInitialize(
         typeof(TestBuildingWithTwoFloors),
         typeof(TestBuildingWithManyFloors),
         typeof(BlankTestFloor),
         typeof(DefaultTestFacade)
         );
 }
예제 #2
0
        public void TestInitialize()
        {
            ScriptReferenceExtensions.TestInitialize(
                typeof(TestBuildingWithVerticals),
                typeof(TestBuildingWithSingleFloor),
                typeof(TestBuildingWithSingleFloorWithInternalRoom),
                typeof(TestBuildingWithSingleFloorWithExternalRoom),

                typeof(BlankTestFloor),
                typeof(TestFloorWithSingleInternalRoom),
                typeof(TestFloorWithSingleExternalRoom),


                typeof(DefaultTestFacade),
                typeof(BlankTestVertical)
                );
        }