BakeoutController-Basic  0.1
A Controller for the Omicron vacuum chamber
Constructor.java
1 package unit.kernel.models.device_registry;
2 
4 import org.junit.Test;
5 
6 import static org.junit.Assert.assertFalse;
7 
12 public final class Constructor extends DeviceRegistryTestCase {
13  @Test
14  public void constructor(){
15  assertFalse(this.deviceRegistry.hasPowerSupply());
16  }
17 }
Git Repo