Пример #1
0
        public void OneStar()
        {
            string scenePath = "res://data/plant_models/mass_test_chamber/MassTestChamberTest.tscn";
            string sfcPath   = "res://wat_tests/plant_models/mass_test_chamber/MassTestChamberOneStar.sfc";

            PlantModelRunner.Test(this, scenePath, sfcPath, 1, 3000);
        }
Пример #2
0
        public void ZeroStars()
        {
            string scenePath = "res://data/plant_models/mass_test_chamber/MassTestChamberTest.tscn";
            string sfcPath   = "res://wat_tests/plant_models/mass_test_chamber/MassTestChamberRandom.sfc";

            PlantModelRunner.Test(this, scenePath, sfcPath, 0, 2000);
        }
Пример #3
0
        public void TwoStars()
        {
            string scenePath = "res://data/plant_models/electrical_barrier/ElectricalBarrierTest.tscn";
            string sfcPath   = "res://wat_tests/plant_models/electrical_barrier/TwoStar.sfc";

            PlantModelRunner.Test(this, scenePath, sfcPath, 2, 1200);
        }
Пример #4
0
        public void LightsZeroStars()
        {
            string scenePath = "res://data/plant_models/electrical_barrier/lights/LightsTest.tscn";
            string sfcPath   = "res://wat_tests/plant_models/Empty.sfc";

            PlantModelRunner.Test(this, scenePath, sfcPath, 0, 1200);
        }
        public void EmptyZeroStars()
        {
            string scenePath = "res://data/plant_models/mass_test_chamber/EmergencySystemTest.tscn";
            string sfcPath   = "res://wat_tests/plant_models/Empty.sfc";

            PlantModelRunner.Test(this, scenePath, sfcPath, 0, 4000);
        }
Пример #6
0
        public void EmptyTest()
        {
            string scenePath = "res://data/plant_models/circular_saw/CircularSawTest.tscn";
            string sfcPath   = "res://wat_tests/plant_models/Empty.sfc";

            PlantModelRunner.Test(this, scenePath, sfcPath, 0, 200);
        }
Пример #7
0
        public void ThreeStars()
        {
            string scenePath = "res://data/plant_models/circular_saw/CircularSawTest.tscn";
            string sfcPath   = "res://wat_tests/plant_models/circular_saw/ThreeStars.sfc";

            PlantModelRunner.Test(this, scenePath, sfcPath, 3, 200);
        }
Пример #8
0
        public void ZeroStars()
        {
            string scenePath = "res://data/plant_models/road_construction_site/RoadConstructionSiteTest.tscn";
            string sfcPath   = "res://wat_tests/plant_models/Empty.sfc";

            PlantModelRunner.Test(this, scenePath, sfcPath, 0, 1000);
        }
Пример #9
0
        public void OneStar()
        {
            string scenePath = "res://data/plant_models/road_construction_site/RoadConstructionSiteTest.tscn";
            string sfcPath   = "res://wat_tests/plant_models/road_construction_light/Diagram_Timed.sfc";

            PlantModelRunner.Test(this, scenePath, sfcPath, 1, 1000);
        }