@Test
    public void testBindsSimpleInstance() throws Throwable {
        MyTestCoordinator myTestClassMock = Mockito.mock(MyTestCoordinator.class);
        when(myTestClassMock.configuredDependencyClass()).thenReturn(TestDependencyClass.class);