public class RLOGTestCaseResult extends TestCaseResult
| Constructor and Description |
|---|
RLOGTestCaseResult(TestCase testCase,
String resource,
String message,
RLOGLevel logLevel)
Instantiates a new RLOG test case result.
|
| Modifier and Type | Method and Description |
|---|---|
RLOGLevel |
getLogLevel()
Gets the log level.
|
String |
getMessage()
Gets the message.
|
String |
getResource()
Gets the resource.
|
com.hp.hpl.jena.rdf.model.Resource |
serialize(com.hp.hpl.jena.rdf.model.Model model,
String testExecutionURI)
Serializes a TestCaseResult in a model.
|
getTestCase, getTimestamppublic com.hp.hpl.jena.rdf.model.Resource serialize(com.hp.hpl.jena.rdf.model.Model model,
String testExecutionURI)
serialize in class TestCaseResultmodel - The @Model we want to write totestExecutionURI - The test execution URI for the current executionpublic String getResource()
public String getMessage()
public RLOGLevel getLogLevel()
Copyright © 2015. All rights reserved.