BakeoutController-Basic  0.1
A Controller for the Omicron vacuum chamber
GetDeviceRegistryView.java
1 package unit.kernel.models.kernel;
2 
3 import kernel.models.Kernel;
4 import org.junit.Test;
5 
6 import static org.junit.Assert.assertNotNull;
7 
11 public final class GetDeviceRegistryView extends KernelTestCase {
12  @Test
13  public void getDeviceRegistryView(){
14  assertNotNull(kernel.getDeviceRegistryView());
15  }
16 }
Git Repo