| Package | Description |
|---|---|
| org.switchyard.test | |
| org.switchyard.test.mixins |
| Modifier and Type | Class and Description |
|---|---|
protected static class |
SwitchYardTestKit.NullMixIns
Hidden marker type to provide a valid NULL
TestMixIns configuration for
SwitchYardTestCaseConfig. |
| Modifier and Type | Method and Description |
|---|---|
<T extends TestMixIn> |
SwitchYardTestKit.getMixIn(Class<T> type)
Get the "active"
TestMixIn instance of the specified type. |
protected static <T extends TestMixIn> |
SwitchYardTestKit.newMixInInstance(Class<T> mixInType,
Object testInstance) |
| Modifier and Type | Method and Description |
|---|---|
TestMixIn |
SwitchYardTestKit.MixInEntry.getMixIn() |
| Modifier and Type | Method and Description |
|---|---|
List<TestMixIn> |
SwitchYardTestKit.getMixIns()
Get the
TestMixIn instances associated with this test instance. |
Set<TestMixIn> |
SwitchYardTestKit.getOptionalDependencies(TestMixIn mixIn)
Returns optional mixin dependencies.
|
Set<TestMixIn> |
SwitchYardTestKit.MixInEntry.getOptionalDeps() |
Set<TestMixIn> |
SwitchYardTestKit.getRequiredDependencies(TestMixIn mixIn)
Returns required mixin dependencies.
|
Set<TestMixIn> |
SwitchYardTestKit.MixInEntry.getRequiredDeps() |
| Modifier and Type | Method and Description |
|---|---|
Set<TestMixIn> |
SwitchYardTestKit.getOptionalDependencies(TestMixIn mixIn)
Returns optional mixin dependencies.
|
Set<TestMixIn> |
SwitchYardTestKit.getRequiredDependencies(TestMixIn mixIn)
Returns required mixin dependencies.
|
| Constructor and Description |
|---|
SwitchYardTestKit.MixInEntry(TestMixIn mixin,
Set<TestMixIn> requiredDeps,
Set<TestMixIn> optionalDeps) |
| Constructor and Description |
|---|
SwitchYardTestKit.MixInEntry(TestMixIn mixin,
Set<TestMixIn> requiredDeps,
Set<TestMixIn> optionalDeps) |
SwitchYardTestKit.MixInEntry(TestMixIn mixin,
Set<TestMixIn> requiredDeps,
Set<TestMixIn> optionalDeps) |
| Modifier and Type | Class and Description |
|---|---|
class |
org.switchyard.test.mixins.AbstractTestMixIn
Abstract
TestMixIn. |
Copyright © 2013–2017 JBoss by Red Hat. All rights reserved.