luxe: test
- BaseMatchers
- ConsoleReporter
- Expectation
- FiberMatchers
- Matchers
- NumMatchers
- RangeMatchers
- Reporter
- Runnable
- Skippable
- Stub
- StubMatchers
- Suite
BaseMatchers
Section titled “BaseMatchers”import "luxe: test" for BaseMatchersno docs found
BaseMatchers.new(.)
Section titled “BaseMatchers.new(.)”BaseMatchers.new(value : Any) : BaseMatchersno docs found
BaseMatchers.value
Section titled “BaseMatchers.value”BaseMatchers.value : unknownno docs found
BaseMatchers.not
Section titled “BaseMatchers.not”BaseMatchers.not : unknownno docs found
BaseMatchers.toBe(.)
Section titled “BaseMatchers.toBe(.)”BaseMatchers.toBe(klass : Any) : unknownno docs found
BaseMatchers.toBeFalse
Section titled “BaseMatchers.toBeFalse”BaseMatchers.toBeFalse : unknownno docs found
BaseMatchers.toBeTrue
Section titled “BaseMatchers.toBeTrue”BaseMatchers.toBeTrue : unknownno docs found
BaseMatchers.toBeNull
Section titled “BaseMatchers.toBeNull”BaseMatchers.toBeNull : unknownno docs found
BaseMatchers.toEqual(.)
Section titled “BaseMatchers.toEqual(.)”BaseMatchers.toEqual(other : Any) : unknownno docs found
BaseMatchers.toEqualDeeply(.)
Section titled “BaseMatchers.toEqualDeeply(.)”BaseMatchers.toEqualDeeply(other : Any) : unknownno docs found
ConsoleReporter
Section titled “ConsoleReporter”import "luxe: test" for ConsoleReporterno docs found
ConsoleReporter.new(.)
Section titled “ConsoleReporter.new(.)”ConsoleReporter.new() : ConsoleReporterno docs found
ConsoleReporter.print_colors
Section titled “ConsoleReporter.print_colors”ConsoleReporter.print_colors=(v : Any) : unknownno docs found
ConsoleReporter.epilogue(.)
Section titled “ConsoleReporter.epilogue(.)”ConsoleReporter.epilogue() : unknownno docs found
ConsoleReporter.runnableSkipped(.)
Section titled “ConsoleReporter.runnableSkipped(.)”ConsoleReporter.runnableSkipped(skippable : Any) : unknownno docs found
ConsoleReporter.suiteStart(.)
Section titled “ConsoleReporter.suiteStart(.)”ConsoleReporter.suiteStart(title : Any) : unknownno docs found
ConsoleReporter.suiteEnd(.)
Section titled “ConsoleReporter.suiteEnd(.)”ConsoleReporter.suiteEnd(title : Any) : unknownno docs found
ConsoleReporter.testStart(.)
Section titled “ConsoleReporter.testStart(.)”ConsoleReporter.testStart(runnable : Any) : unknownno docs found
ConsoleReporter.testEnd(.)
Section titled “ConsoleReporter.testEnd(.)”ConsoleReporter.testEnd(runnable : Any) : unknownno docs found
ConsoleReporter.testPassed(.)
Section titled “ConsoleReporter.testPassed(.)”ConsoleReporter.testPassed(runnable : Any) : unknownno docs found
ConsoleReporter.testFailed(.)
Section titled “ConsoleReporter.testFailed(.)”ConsoleReporter.testFailed(runnable : Any) : unknownno docs found
ConsoleReporter.testError(.)
Section titled “ConsoleReporter.testError(.)”ConsoleReporter.testError(runnable : Any) : unknownno docs found
Expectation
Section titled “Expectation”import "luxe: test" for Expectationno docs found
Expectation.new(..)
Section titled “Expectation.new(..)”Expectation.new(passed : Any, message : Any) : Expectationno docs found
Expectation.passed
Section titled “Expectation.passed”Expectation.passed : unknownno docs found
Expectation.message
Section titled “Expectation.message”Expectation.message : unknownno docs found
FiberMatchers
Section titled “FiberMatchers”import "luxe: test" for FiberMatchersno docs found
FiberMatchers.new(.)
Section titled “FiberMatchers.new(.)”FiberMatchers.new(value : Any) : FiberMatchersno docs found
FiberMatchers.toBeARuntimeError
Section titled “FiberMatchers.toBeARuntimeError”FiberMatchers.toBeARuntimeError : unknownno docs found
FiberMatchers.toBeARuntimeError(.)
Section titled “FiberMatchers.toBeARuntimeError(.)”FiberMatchers.toBeARuntimeError(errorMessage : Any) : unknownno docs found
FiberMatchers.toBeDone
Section titled “FiberMatchers.toBeDone”FiberMatchers.toBeDone : unknownno docs found
Matchers
Section titled “Matchers”import "luxe: test" for Matchersno docs found
Matchers.new(.)
Section titled “Matchers.new(.)”Matchers.new(value : Any) : Matchersno docs found
NumMatchers
Section titled “NumMatchers”import "luxe: test" for NumMatchersno docs found
NumMatchers.new(.)
Section titled “NumMatchers.new(.)”NumMatchers.new(value : Any) : NumMatchersno docs found
NumMatchers.toBeGreaterThan(.)
Section titled “NumMatchers.toBeGreaterThan(.)”NumMatchers.toBeGreaterThan(other : Any) : unknownno docs found
NumMatchers.toBeLessThan(.)
Section titled “NumMatchers.toBeLessThan(.)”NumMatchers.toBeLessThan(other : Any) : unknownno docs found
NumMatchers.toBeBetween(..)
Section titled “NumMatchers.toBeBetween(..)”NumMatchers.toBeBetween(min : Any, max : Any) : unknownno docs found
RangeMatchers
Section titled “RangeMatchers”import "luxe: test" for RangeMatchersno docs found
RangeMatchers.new(.)
Section titled “RangeMatchers.new(.)”RangeMatchers.new(value : Any) : RangeMatchersno docs found
RangeMatchers.toContain(.)
Section titled “RangeMatchers.toContain(.)”RangeMatchers.toContain(other : Any) : unknownno docs found
RangeMatchers.toBeContainedBy(.)
Section titled “RangeMatchers.toBeContainedBy(.)”RangeMatchers.toBeContainedBy(other : Any) : unknownno docs found
Reporter
Section titled “Reporter”import "luxe: test" for Reporterno docs found
Reporter.epilogue(.)
Section titled “Reporter.epilogue(.)”Reporter.epilogue() : unknownno docs found
Reporter.runnableSkipped(.)
Section titled “Reporter.runnableSkipped(.)”Reporter.runnableSkipped(skippable : Any) : unknownno docs found
Reporter.suiteStart(.)
Section titled “Reporter.suiteStart(.)”Reporter.suiteStart(title : Any) : unknownno docs found
Reporter.suiteEnd(.)
Section titled “Reporter.suiteEnd(.)”Reporter.suiteEnd(title : Any) : unknownno docs found
Reporter.testStart(.)
Section titled “Reporter.testStart(.)”Reporter.testStart(runnable : Any) : unknownno docs found
Reporter.testPassed(.)
Section titled “Reporter.testPassed(.)”Reporter.testPassed(runnable : Any) : unknownno docs found
Reporter.testFailed(.)
Section titled “Reporter.testFailed(.)”Reporter.testFailed(runnable : Any) : unknownno docs found
Reporter.testError(.)
Section titled “Reporter.testError(.)”Reporter.testError(runnable : Any) : unknownno docs found
Reporter.testEnd(.)
Section titled “Reporter.testEnd(.)”Reporter.testEnd(runnable : Any) : unknownno docs found
Runnable
Section titled “Runnable”import "luxe: test" for Runnableno docs found
Runnable.new(…)
Section titled “Runnable.new(…)”Runnable.new(title : Any, beforeEaches : Any, afterEaches : Any, fn : Any) : Runnableno docs found
Runnable.duration
Section titled “Runnable.duration”Runnable.duration : unknownno docs found
Runnable.error
Section titled “Runnable.error”Runnable.error : unknownno docs found
Runnable.expectations
Section titled “Runnable.expectations”Runnable.expectations : unknownno docs found
Runnable.hasRun
Section titled “Runnable.hasRun”Runnable.hasRun : unknownno docs found
Runnable.run(.)
Section titled “Runnable.run(.)”Runnable.run() : unknownno docs found
Runnable.title
Section titled “Runnable.title”Runnable.title : unknownno docs found
Skippable
Section titled “Skippable”import "luxe: test" for Skippableno docs found
Skippable.new(.)
Section titled “Skippable.new(.)”Skippable.new(title : Any) : Skippableno docs found
Skippable.run
Section titled “Skippable.run”Skippable.run : unknownno docs found
Skippable.title
Section titled “Skippable.title”Skippable.title : unknownno docs found
import "luxe: test" for Stubno docs found
Stub.new(.)
Section titled “Stub.new(.)”Stub.new(name : Any) : Stubno docs found
Stub.new(..)
Section titled “Stub.new(..)”Stub.new(name : Any, fakeFn : Any) : Stubno docs found
Stub.andCallFake(..)
Section titled “Stub.andCallFake(..)”Stub.andCallFake(name : Any, fakeFn : Any) : unknownno docs found
Stub.andReturnValue(..)
Section titled “Stub.andReturnValue(..)”Stub.andReturnValue(name : Any, returnValue : Any) : unknownno docs found
Stub.called
Section titled “Stub.called”Stub.called : unknownno docs found
Stub.calls
Section titled “Stub.calls”Stub.calls : unknownno docs found
Stub.firstCall
Section titled “Stub.firstCall”Stub.firstCall : unknownno docs found
Stub.mostRecentCall
Section titled “Stub.mostRecentCall”Stub.mostRecentCall : unknownno docs found
Stub.name
Section titled “Stub.name”Stub.name : unknownno docs found
Stub.reset
Section titled “Stub.reset”Stub.reset : unknownno docs found
Stub.call
Section titled “Stub.call”Stub.call : unknownno docs found
Stub.call(.)
Section titled “Stub.call(.)”Stub.call() : unknownno docs found
Stub.call(.)
Section titled “Stub.call(.)”Stub.call(a : Any) : unknownno docs found
Stub.call(..)
Section titled “Stub.call(..)”Stub.call(a : Any, b : Any) : unknownno docs found
Stub.call(…)
Section titled “Stub.call(…)”Stub.call(a : Any, b : Any, c : Any) : unknownno docs found
Stub.call(…)
Section titled “Stub.call(…)”Stub.call(a : Any, b : Any, c : Any, d : Any) : unknownno docs found
Stub.call(…)
Section titled “Stub.call(…)”Stub.call(a : Any, b : Any, c : Any, d : Any, e : Any) : unknownno docs found
Stub.call(…)
Section titled “Stub.call(…)”Stub.call(a : Any, b : Any, c : Any, d : Any, e : Any, f : Any) : unknownno docs found
Stub.call(…)
Section titled “Stub.call(…)”Stub.call(a : Any, b : Any, c : Any, d : Any, e : Any, f : Any, g : Any) : unknownno docs found
Stub.call(…)
Section titled “Stub.call(…)”Stub.call(a : Any, b : Any, c : Any, d : Any, e : Any, f : Any, g : Any, h : Any) : unknownno docs found
Stub.call(…)
Section titled “Stub.call(…)”Stub.call(a : Any, b : Any, c : Any, d : Any, e : Any, f : Any, g : Any, h : Any, i : Any) : unknownno docs found
Stub.call(…)
Section titled “Stub.call(…)”Stub.call(a : Any, b : Any, c : Any, d : Any, e : Any, f : Any, g : Any, h : Any, i : Any, j : Any) : unknownno docs found
Stub.call(…)
Section titled “Stub.call(…)”Stub.call(a : Any, b : Any, c : Any, d : Any, e : Any, f : Any, g : Any, h : Any, i : Any, j : Any, k : Any) : unknownno docs found
Stub.call(…)
Section titled “Stub.call(…)”Stub.call(a : Any, b : Any, c : Any, d : Any, e : Any, f : Any, g : Any, h : Any, i : Any, j : Any, k : Any, l : Any) : unknownno docs found
Stub.call(…)
Section titled “Stub.call(…)”Stub.call(a : Any, b : Any, c : Any, d : Any, e : Any, f : Any, g : Any, h : Any, i : Any, j : Any, k : Any, l : Any, m : Any) : unknownno docs found
Stub.call(…)
Section titled “Stub.call(…)”Stub.call(a : Any, b : Any, c : Any, d : Any, e : Any, f : Any, g : Any, h : Any, i : Any, j : Any, k : Any, l : Any, m : Any, n : Any) : unknownno docs found
Stub.call(…)
Section titled “Stub.call(…)”Stub.call(a : Any, b : Any, c : Any, d : Any, e : Any, f : Any, g : Any, h : Any, i : Any, j : Any, k : Any, l : Any, m : Any, n : Any, o : Any) : unknownno docs found
Stub.call(…)
Section titled “Stub.call(…)”Stub.call(a : Any, b : Any, c : Any, d : Any, e : Any, f : Any, g : Any, h : Any, i : Any, j : Any, k : Any, l : Any, m : Any, n : Any, o : Any, p : Any) : unknownno docs found
StubMatchers
Section titled “StubMatchers”import "luxe: test" for StubMatchersno docs found
StubMatchers.new(.)
Section titled “StubMatchers.new(.)”StubMatchers.new(value : Any) : StubMatchersno docs found
StubMatchers.toHaveBeenCalled
Section titled “StubMatchers.toHaveBeenCalled”StubMatchers.toHaveBeenCalled : unknownno docs found
StubMatchers.toHaveBeenCalled(.)
Section titled “StubMatchers.toHaveBeenCalled(.)”StubMatchers.toHaveBeenCalled(times : Any) : unknownno docs found
StubMatchers.toHaveBeenCalledWith(.)
Section titled “StubMatchers.toHaveBeenCalledWith(.)”StubMatchers.toHaveBeenCalledWith(args : Any) : unknownno docs found
import "luxe: test" for Suiteno docs found
Suite.new(..)
Section titled “Suite.new(..)”Suite.new(name : Any, block : Any) : Suiteno docs found
Suite.new(…)
Section titled “Suite.new(…)”Suite.new(name : Any, beforeEaches : Any, afterEaches : Any, block : Any) : Suiteno docs found
Suite.afterEach
Section titled “Suite.afterEach”Suite.afterEach : unknownno docs found
Suite.afterEach(.)
Section titled “Suite.afterEach(.)”Suite.afterEach(block : Any) : unknownno docs found
Suite.beforeEach
Section titled “Suite.beforeEach”Suite.beforeEach : unknownno docs found
Suite.beforeEach(.)
Section titled “Suite.beforeEach(.)”Suite.beforeEach(block : Any) : unknownno docs found
Suite.run(.)
Section titled “Suite.run(.)”Suite.run(reporter : Any) : unknownno docs found
Suite.should(.)
Section titled “Suite.should(.)”Suite.should(name : Any) : unknownno docs found
Suite.should(..)
Section titled “Suite.should(..)”Suite.should(name : Any, block : Any) : unknownno docs found
Suite.skip(.)
Section titled “Suite.skip(.)”Suite.skip(block : Any) : unknownno docs found
Suite.suite(.)
Section titled “Suite.suite(.)”Suite.suite(name : Any) : unknownno docs found
Suite.suite(..)
Section titled “Suite.suite(..)”Suite.suite(name : Any, block : Any) : unknownno docs found
Suite.title
Section titled “Suite.title”Suite.title : unknownno docs found