BakeoutController-Basic  0.1
A Controller for the Omicron vacuum chamber
PortWrapper.java
1 package unit.main.app_configuration;
2 
5 import org.junit.Test;
6 
7 import static org.junit.Assert.assertNotNull;
8 
12 public final class PortWrapper extends AppConfigurationTestCase {
13  @Test
14  public void portWrapper(){
15  assertNotNull(context.getBean(PortIdentifierGetter.class));
16  }
17 }
Git Repo