Class MockCloudMain


  • public class MockCloudMain
    extends java.lang.Object
    Starts a mock server to simulate the serverside of the grpc gateway. TsaaS is backed by an in memory storage. Only for testing. Open topics: - Proper start / stop
    • Constructor Summary

      Constructors 
      Constructor Description
      MockCloudMain()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void main​(java.lang.String[] args)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • MockCloudMain

        public MockCloudMain()
    • Method Detail

      • main

        public static void main​(java.lang.String[] args)
                         throws java.lang.InterruptedException
        Throws:
        java.lang.InterruptedException