mirror of
https://github.com/pcvolkmer/onkostar-plugin-dnpm.git
synced 2025-07-04 18:12:55 +00:00
Anpassung Methoden- und Parameternamen
This commit is contained in:
@ -39,11 +39,11 @@ public class TherapieplanAnalyzerTest {
|
||||
|
||||
@Test
|
||||
void shouldRunServiceMethodsOnAnalyzeCalled() {
|
||||
when(this.therapieplanServiceFactory.currentUsableinstance()).thenReturn(new MultipleMtbTherapieplanService());
|
||||
when(this.therapieplanServiceFactory.currentUsableInstance()).thenReturn(new MultipleMtbTherapieplanService());
|
||||
|
||||
this.therapieplanAnalyzer.analyze(new Procedure(onkostarApi), null);
|
||||
|
||||
verify(this.therapieplanServiceFactory, times(1)).currentUsableinstance();
|
||||
verify(this.therapieplanServiceFactory, times(1)).currentUsableInstance();
|
||||
}
|
||||
|
||||
@Test
|
||||
|
Reference in New Issue
Block a user