Package jetbrains.buildServer.messages.serviceMessages

Examples of jetbrains.buildServer.messages.serviceMessages.TestFinished


          message(ServiceMessage.asString("testFailed", new HashMap<String, String>() {{
            put("name", testName);
            put("message", description);
          }}));
        }
        message(new TestFinished(testName, 0).asString());
      }
    }
View Full Code Here

TOP

Related Classes of jetbrains.buildServer.messages.serviceMessages.TestFinished

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.