()
| 59 | * Double check test has been configured as expected |
| 60 | */ |
| 61 | @Test |
| 62 | public void testImplementation() { |
| 63 | if (useStandalone) { |
| 64 | Assert.assertEquals(BeanSupportStandalone.class, BeanSupport.getInstance().getClass()); |
| 65 | } else { |
| 66 | Assert.assertEquals(BeanSupportFull.class, BeanSupport.getInstance().getClass()); |
| 67 | } |
| 68 | } |
| 69 | } |
nothing calls this directly
no test coverage detected