Serialized Form
-
Package ru.testit.clients
-
Class ru.testit.clients.ClientConfiguration
class ClientConfiguration extends Object implements Serializable-
Serialized Fields
-
automaticUpdationLinksToTestCases
boolean automaticUpdationLinksToTestCases
-
certValidation
Boolean certValidation
-
configurationId
String configurationId
-
privateToken
String privateToken
-
projectId
String projectId
-
testRunId
String testRunId
-
testRunName
String testRunName
-
tmsImportRealtime
boolean tmsImportRealtime
-
url
String url
-
-
-
-
Package ru.testit.models
-
Class ru.testit.models.ClassContainer
class ClassContainer extends Object implements Serializable-
Serialized Fields
-
afterClassMethods
List<FixtureResult> afterClassMethods
-
afterEachTest
List<FixtureResult> afterEachTest
-
beforeClassMethods
List<FixtureResult> beforeClassMethods
-
beforeEachTest
List<FixtureResult> beforeEachTest
-
children
List<String> children
-
name
String name
-
start
Long start
-
stop
Long stop
-
uuid
String uuid
-
-
-
Class ru.testit.models.FixtureResult
class FixtureResult extends Object implements Serializable-
Serialized Fields
-
attachments
List<String> attachments
-
description
String description
-
itemStage
ItemStage itemStage
-
itemStatus
ItemStatus itemStatus
-
linkItems
List<LinkItem> linkItems
-
name
String name
-
parameters
Map<String,
String> parameters -
parent
String parent
-
start
Long start
-
steps
List<StepResult> steps
-
stop
Long stop
-
-
-
Class ru.testit.models.Label
class Label extends Object implements Serializable-
Serialized Fields
-
name
String name
-
-
-
Class ru.testit.models.LinkItem
class LinkItem extends Object implements Serializable -
Class ru.testit.models.MainContainer
class MainContainer extends Object implements Serializable-
Serialized Fields
-
afterMethods
List<FixtureResult> afterMethods
-
beforeMethods
List<FixtureResult> beforeMethods
-
children
List<String> children
-
start
Long start
-
stop
Long stop
-
uuid
String uuid
-
-
-
Class ru.testit.models.StepResult
class StepResult extends Object implements Serializable-
Serialized Fields
-
attachments
List<String> attachments
-
description
String description
-
itemStage
ItemStage itemStage
-
itemStatus
ItemStatus itemStatus
-
linkItems
List<LinkItem> linkItems
-
name
String name
-
parameters
Map<String,
String> parameters -
start
Long start
-
steps
List<StepResult> steps
-
stop
Long stop
-
throwable
Throwable throwable
-
-
-
Class ru.testit.models.TestResult
class TestResult extends Object implements Serializable-
Serialized Fields
-
attachments
List<String> attachments
-
automaticCreationTestCases
boolean automaticCreationTestCases
-
className
String className
-
description
String description
-
externalId
String externalId
-
externalKey
String externalKey
-
itemStage
ItemStage itemStage
-
itemStatus
ItemStatus itemStatus
-
labels
List<Label> labels
-
linkItems
List<LinkItem> linkItems
-
message
String message
-
name
String name
-
parameters
Map<String,
String> parameters -
resultLinks
List<LinkItem> resultLinks
-
spaceName
String spaceName
-
start
Long start
-
steps
List<StepResult> steps
-
stop
Long stop
-
throwable
Throwable throwable
-
title
String title
-
uuid
String uuid
-
workItemIds
List<String> workItemIds
-
-
-
-
Package ru.testit.properties
-
Class ru.testit.properties.AdapterConfig
class AdapterConfig extends Object implements Serializable-
Serialized Fields
-
automaticCreationTestCases
boolean automaticCreationTestCases
-
mode
AdapterMode mode
-
tmsIntegration
boolean tmsIntegration
-
-
-