mlntdrv
mlntdrv
```ts import { match, mock, when } from 'ts-mockito'; import { SomeClass } from 'some-class'; import { Observable } from 'rxjs'; const SomeClassMock: SomeClass = mock(SomeClass); when(SomeClassMock.method(match('/x/y/'))).thenReturn( new Observable() );...
Hi, Notepad++ v7.5.9-x64 says it cannot load the plugin from x64/Release in this repo since it is 32-bit. Best Regards
> [ERROR] Failed to execute goal org.eclipse.tycho:tycho-compiler-plugin:2.7.3:compile (default-compile) on project com.myproject: Compilation failure: Compilation failure: > [ERROR] /builds/MyClass.java:[67] > [ERROR] final List somethings = first.or(() -> second) > [ERROR] ^^...