TestBox 2.4.0

testbox.samples.specs
Class InjectTests

railo-context.Component
        extended by testbox.system.BaseSpec
            extended by testbox.system.compat.framework.TestCase
                extended by testbox.samples.specs.InjectTests

public class InjectTests
extends TestCase

Method Summary
private string injectedPrivateMethod()
 string injectedPublicMethod()
 any testInjectedPrivateMethod()
 any testInjectedPublicMethod()
 
Methods inherited from class testbox.system.compat.framework.TestCase
addAssertDecorator, afterTests, assert, assertArrayEquals, assertEquals, assertEqualsCase, assertEqualsWithTolerance, assertFalse, assertIsArray, assertIsDefined, assertIsEmpty, assertIsEmptyArray, assertIsEmptyQuery, assertIsEmptyStruct, assertIsExactTypeOf, assertIsQuery, assertIsStruct, assertIsTypeOf, assertIsXMLDoc, assertNotEquals, assertNotSame, assertQueryEquals, assertSame, assertStructEquals, assertTrue, beforeTests, debug, enableAfterTests, expectException, fail, getBaseTarget, getMockFactory, getRunnableMethods, init, injectMethod, injectProperty, mock, runTestRemote, setMockingFramework, setup, teardown, TestCase
 
Methods inherited from class testbox.system.BaseSpec
addAssertions, addMatchers, afterEach, aroundEach, aroundStub, beforeEach, clearDebugBuffer, closureStub, console, createEmptyMock, createMock, createStub, describe, expect, expectedException, feature, generateAroundEachClosuresStack, getDebugBuffer, getMockBox, getProperty, given, hasExpectedException, isExpectedException, it, makePublic, prepareMock, print, println, querySim, runAfterEachClosures, runAroundEachClosures, runBeforeEachClosures, runRemote, runSpec, runTestMethod, scenario, sliceTagContext, story, then, when, xdescribe, xit
 
Methods inherited from class railo-context.Component
 

Method Detail

injectedPrivateMethod

private string injectedPrivateMethod()


injectedPublicMethod

public string injectedPublicMethod()


testInjectedPrivateMethod

public any testInjectedPrivateMethod()


testInjectedPublicMethod

public any testInjectedPublicMethod()


TestBox 2.4.0