blob: 861ec21777f441e79b62fda3d2a2d6dee0e1f2b7 [file] [log] [blame]
#!/bin/env plantuml -tsvg
@startuml
scale 1
skinparam shadowing false
skinparam monochrome true
if (\nTesting enabled?\n) then (Yes)
-[#black,dotted]->
partition "//Debug builds only//" #ddd {
if (\nMocks installed?\n) then (Yes)
:**Return mocks**;
detach
elseif (\nMocks required?\n) then (Yes)
#ffa0a0:throw;
detach
elseif (\nNative libraries loaded?\n) then (No)
#ffa0a0:throw;
detach
endif
}
endif
:**Return live instance**;
@enduml