Package org.linuxforhealth.fhir.operation.test
-
Class Summary Class Description BadOperation This class will test what happens if there is a bad OperationDefinition defined for a custom operation.
There is no corresponding testcase as the Java ServiceLoader (SPI) mechanism
will automatically load this service if it is configured as a service provider and available on the classpath.
The expected result is:
1.CrashingOperation This class will test what happens if there is an Operation that fails to initialize.MyOperation