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); }
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); }
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); }
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); }
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); }
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); }
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); }
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); }