Skip to content
ImportSample.tdltx.tdltx 233 B
Newer Older
Package ImportSample {
    Import all from Sample
    Test exampleImported uses base {
        terminate
        tester::interface sends "hello" { string } to sut::interface
        tester::interface sends r to sut::interface
    }
}