ServiceCloudTest
azure-19/Item/Devops/ServiceCloudTest
include('azure-19/Item/Devops/ServiceCloudTest')
Illustration | ServiceCloudTest | ServiceCloudTestCard | ServiceCloudTestGroup |
---|---|---|---|
Sprites
The item provides the following sriptes:
<$ServiceCloudTestXs>
<$ServiceCloudTestSm>
<$ServiceCloudTestMd>
<$ServiceCloudTestLg>
ServiceCloudTest
Load remotely
@startuml
' configures the library
!global $LIB_BASE_LOCATION="https://raw.githubusercontent.com/tmorin/plantuml-libs/master/distribution"
' loads the library's bootstrap
!include $LIB_BASE_LOCATION/bootstrap.puml
' loads the package bootstrap
include('azure-19/bootstrap')
' loads the Item which embeds the element ServiceCloudTest
include('azure-19/Item/Devops/ServiceCloudTest')
' renders the element
ServiceCloudTest('ServiceCloudTest', 'Service Cloud Test', 'an optional tech label', 'an optional description')
@enduml
Load locally
@startuml
' configures the library
!global $INCLUSION_MODE="local"
!global $LIB_BASE_LOCATION="../../.."
' loads the library's bootstrap
!include $LIB_BASE_LOCATION/bootstrap.puml
' loads the package bootstrap
include('azure-19/bootstrap')
' loads the Item which embeds the element ServiceCloudTest
include('azure-19/Item/Devops/ServiceCloudTest')
' renders the element
ServiceCloudTest('ServiceCloudTest', 'Service Cloud Test', 'an optional tech label', 'an optional description')
@enduml
ServiceCloudTestCard
Load remotely
@startuml
' configures the library
!global $LIB_BASE_LOCATION="https://raw.githubusercontent.com/tmorin/plantuml-libs/master/distribution"
' loads the library's bootstrap
!include $LIB_BASE_LOCATION/bootstrap.puml
' loads the package bootstrap
include('azure-19/bootstrap')
' loads the Item which embeds the element ServiceCloudTestCard
include('azure-19/Item/Devops/ServiceCloudTest')
' renders the element
ServiceCloudTestCard('ServiceCloudTestCard', 'Service Cloud Test Card', 'an optional description')
@enduml
Load locally
@startuml
' configures the library
!global $INCLUSION_MODE="local"
!global $LIB_BASE_LOCATION="../../.."
' loads the library's bootstrap
!include $LIB_BASE_LOCATION/bootstrap.puml
' loads the package bootstrap
include('azure-19/bootstrap')
' loads the Item which embeds the element ServiceCloudTestCard
include('azure-19/Item/Devops/ServiceCloudTest')
' renders the element
ServiceCloudTestCard('ServiceCloudTestCard', 'Service Cloud Test Card', 'an optional description')
@enduml
ServiceCloudTestGroup
Load remotely
@startuml
' configures the library
!global $LIB_BASE_LOCATION="https://raw.githubusercontent.com/tmorin/plantuml-libs/master/distribution"
' loads the library's bootstrap
!include $LIB_BASE_LOCATION/bootstrap.puml
' loads the package bootstrap
include('azure-19/bootstrap')
' loads the Item which embeds the element ServiceCloudTestGroup
include('azure-19/Item/Devops/ServiceCloudTest')
' renders the element
ServiceCloudTestGroup('ServiceCloudTestGroup', 'Service Cloud Test Group', 'an optional tech label') {
note as note
the content of the group
end note
}
@enduml
Load locally
@startuml
' configures the library
!global $INCLUSION_MODE="local"
!global $LIB_BASE_LOCATION="../../.."
' loads the library's bootstrap
!include $LIB_BASE_LOCATION/bootstrap.puml
' loads the package bootstrap
include('azure-19/bootstrap')
' loads the Item which embeds the element ServiceCloudTestGroup
include('azure-19/Item/Devops/ServiceCloudTest')
' renders the element
ServiceCloudTestGroup('ServiceCloudTestGroup', 'Service Cloud Test Group', 'an optional tech label') {
note as note
the content of the group
end note
}
@enduml