Skip navigation links
A C E I L M P S T V W X 

A

assertAll(Consumer<SoftAssertions>) - Static method in class com.github.grzesiek_galezowski.test_environment.XAssert
 
assertLocked() - Method in interface com.github.grzesiek_galezowski.test_environment.implementation_details.LockAssertions
 
assertLocked() - Method in class com.github.grzesiek_galezowski.test_environment.implementation_details.LockAssertionsForMonitor
 
assertLocked() - Method in class com.github.grzesiek_galezowski.test_environment.implementation_details.LockAssertionsForReentrantLock
 
assertLocked() - Method in class com.github.grzesiek_galezowski.test_environment.implementation_details.LockAssertionsForReentrantReadLock
 
assertLocked() - Method in class com.github.grzesiek_galezowski.test_environment.implementation_details.LockAssertionsForReentrantWriteLock
 
assertMethodResult(T) - Method in class com.github.grzesiek_galezowski.test_environment.implementation_details.StepsForSynchronizingOnCommand
 
assertMethodResult(T) - Method in class com.github.grzesiek_galezowski.test_environment.implementation_details.StepsForSynchronizingOnFunction
 
assertMethodResult(T) - Method in interface com.github.grzesiek_galezowski.test_environment.implementation_details.SynchronizationAssertionSteps
 
assertThatNotThrownBy(ThrowableAssert.ThrowingCallable) - Static method in class com.github.grzesiek_galezowski.test_environment.XAssert
 
assertThatProxyTo(T, T) - Static method in class com.github.grzesiek_galezowski.test_environment.XAssert
 
assertUnlocked() - Method in interface com.github.grzesiek_galezowski.test_environment.implementation_details.LockAssertions
 
assertUnlocked() - Method in class com.github.grzesiek_galezowski.test_environment.implementation_details.LockAssertionsForMonitor
 
assertUnlocked() - Method in class com.github.grzesiek_galezowski.test_environment.implementation_details.LockAssertionsForReentrantLock
 
assertUnlocked() - Method in class com.github.grzesiek_galezowski.test_environment.implementation_details.LockAssertionsForReentrantReadLock
 
assertUnlocked() - Method in class com.github.grzesiek_galezowski.test_environment.implementation_details.LockAssertionsForReentrantWriteLock
 
assertValueObject(Class<T>) - Static method in class com.github.grzesiek_galezowski.test_environment.XAssert
 

C

callMethodOnProxy(T) - Method in class com.github.grzesiek_galezowski.test_environment.implementation_details.StepsForSynchronizingOnCommand
 
callMethodOnProxy(T) - Method in class com.github.grzesiek_galezowski.test_environment.implementation_details.StepsForSynchronizingOnFunction
 
callMethodOnProxy(T) - Method in interface com.github.grzesiek_galezowski.test_environment.implementation_details.SynchronizationAssertionSteps
 
com.github.grzesiek_galezowski.test_environment - package com.github.grzesiek_galezowski.test_environment
 
com.github.grzesiek_galezowski.test_environment.implementation_details - package com.github.grzesiek_galezowski.test_environment.implementation_details
 

E

effectivelyImmutable(Matcher<MutableReasonDetail>...) - Static method in class com.github.grzesiek_galezowski.test_environment.XJAssertConditions
 

I

immutable(Matcher<MutableReasonDetail>...) - Static method in class com.github.grzesiek_galezowski.test_environment.XJAssertConditions
 
ImmutableCondition<T> - Class in com.github.grzesiek_galezowski.test_environment
Created by astral on 26.03.2016.
ImmutableCondition(Matcher<MutableReasonDetail>[], Matcher<AnalysisResult>) - Constructor for class com.github.grzesiek_galezowski.test_environment.ImmutableCondition
 
invoke(LockAssertions) - Method in class com.github.grzesiek_galezowski.test_environment.implementation_details.SynchronizationAssertionWorkflow
 

L

LockAssertions - Interface in com.github.grzesiek_galezowski.test_environment.implementation_details
Created by astral on 20.03.2016.
LockAssertionsErrorMessages - Class in com.github.grzesiek_galezowski.test_environment.implementation_details
Created by astral on 22.03.2016.
LockAssertionsErrorMessages() - Constructor for class com.github.grzesiek_galezowski.test_environment.implementation_details.LockAssertionsErrorMessages
 
LockAssertionsForMonitor - Class in com.github.grzesiek_galezowski.test_environment.implementation_details
 
LockAssertionsForMonitor(Object) - Constructor for class com.github.grzesiek_galezowski.test_environment.implementation_details.LockAssertionsForMonitor
 
LockAssertionsForReentrantLock - Class in com.github.grzesiek_galezowski.test_environment.implementation_details
Created by astral on 21.03.2016.
LockAssertionsForReentrantLock(ReentrantLock) - Constructor for class com.github.grzesiek_galezowski.test_environment.implementation_details.LockAssertionsForReentrantLock
 
LockAssertionsForReentrantReadLock - Class in com.github.grzesiek_galezowski.test_environment.implementation_details
Created by astral on 21.03.2016.
LockAssertionsForReentrantReadLock(ReentrantReadWriteLock) - Constructor for class com.github.grzesiek_galezowski.test_environment.implementation_details.LockAssertionsForReentrantReadLock
 
LockAssertionsForReentrantWriteLock - Class in com.github.grzesiek_galezowski.test_environment.implementation_details
Created by astral on 21.03.2016.
LockAssertionsForReentrantWriteLock(ReentrantReadWriteLock) - Constructor for class com.github.grzesiek_galezowski.test_environment.implementation_details.LockAssertionsForReentrantWriteLock
 

M

Main - Class in com.github.grzesiek_galezowski.test_environment
 
Main() - Constructor for class com.github.grzesiek_galezowski.test_environment.Main
 
matches(Class<T>) - Method in class com.github.grzesiek_galezowski.test_environment.ImmutableCondition
 
matches(Class<?>) - Method in class com.github.grzesiek_galezowski.test_environment.ValueObjectBehaviorCondition
 

P

prepareMockForCall(T, T, LockAssertions) - Method in class com.github.grzesiek_galezowski.test_environment.implementation_details.StepsForSynchronizingOnCommand
 
prepareMockForCall(T, T, LockAssertions) - Method in class com.github.grzesiek_galezowski.test_environment.implementation_details.StepsForSynchronizingOnFunction
 
prepareMockForCall(T, T, LockAssertions) - Method in interface com.github.grzesiek_galezowski.test_environment.implementation_details.SynchronizationAssertionSteps
 

S

StepsForSynchronizingOnCommand<T> - Class in com.github.grzesiek_galezowski.test_environment.implementation_details
Created by astral whenReceives 07.03.2016.
StepsForSynchronizingOnCommand(Consumer<T>) - Constructor for class com.github.grzesiek_galezowski.test_environment.implementation_details.StepsForSynchronizingOnCommand
 
StepsForSynchronizingOnFunction<T,TReturn> - Class in com.github.grzesiek_galezowski.test_environment.implementation_details
Created by astral whenReceives 07.03.2016.
StepsForSynchronizingOnFunction(Function<T, TReturn>, TReturn) - Constructor for class com.github.grzesiek_galezowski.test_environment.implementation_details.StepsForSynchronizingOnFunction
 
SynchronizationAssertDsl<T> - Class in com.github.grzesiek_galezowski.test_environment.implementation_details
Created by astral whenReceives 16.03.2016.
SynchronizationAssertDsl(T, T) - Constructor for class com.github.grzesiek_galezowski.test_environment.implementation_details.SynchronizationAssertDsl
 
SynchronizationAssertDsl2<T> - Class in com.github.grzesiek_galezowski.test_environment.implementation_details
Created by astral whenReceives 17.03.2016.
SynchronizationAssertDsl2(T, SynchronizationAssertionWorkflow<T>) - Constructor for class com.github.grzesiek_galezowski.test_environment.implementation_details.SynchronizationAssertDsl2
 
SynchronizationAssertionSteps<T> - Interface in com.github.grzesiek_galezowski.test_environment.implementation_details
Created by astral on 18.03.2016.
SynchronizationAssertionWorkflow<T> - Class in com.github.grzesiek_galezowski.test_environment.implementation_details
 
SynchronizationAssertionWorkflow(T, T, SynchronizationAssertionSteps<T>) - Constructor for class com.github.grzesiek_galezowski.test_environment.implementation_details.SynchronizationAssertionWorkflow
 

T

thenLocksCorrectly() - Method in class com.github.grzesiek_galezowski.test_environment.implementation_details.SynchronizationAssertDsl2
 
thenLocksCorrectlyOn(Object) - Method in class com.github.grzesiek_galezowski.test_environment.implementation_details.SynchronizationAssertDsl2
 
thenLocksCorrectlyOn(ReentrantLock) - Method in class com.github.grzesiek_galezowski.test_environment.implementation_details.SynchronizationAssertDsl2
 
thenLocksReadCorrectlyOn(ReentrantReadWriteLock) - Method in class com.github.grzesiek_galezowski.test_environment.implementation_details.SynchronizationAssertDsl2
 
thenLocksWriteCorrectlyOn(ReentrantReadWriteLock) - Method in class com.github.grzesiek_galezowski.test_environment.implementation_details.SynchronizationAssertDsl2
 

V

valueObjectBehavior() - Static method in class com.github.grzesiek_galezowski.test_environment.XJAssertConditions
 
ValueObjectBehaviorCondition - Class in com.github.grzesiek_galezowski.test_environment
Created by astral whenReceives 22.02.2016.
ValueObjectBehaviorCondition() - Constructor for class com.github.grzesiek_galezowski.test_environment.ValueObjectBehaviorCondition
 

W

whenReceives(Function<T, TReturn>, Class<TReturn>) - Method in class com.github.grzesiek_galezowski.test_environment.implementation_details.SynchronizationAssertDsl
 
whenReceives(Function<T, TReturn>, TypeToken<TReturn>) - Method in class com.github.grzesiek_galezowski.test_environment.implementation_details.SynchronizationAssertDsl
 
whenReceives(Consumer<T>) - Method in class com.github.grzesiek_galezowski.test_environment.implementation_details.SynchronizationAssertDsl
 

X

XAssert - Class in com.github.grzesiek_galezowski.test_environment
 
XAssert() - Constructor for class com.github.grzesiek_galezowski.test_environment.XAssert
 
XJAssertConditions - Class in com.github.grzesiek_galezowski.test_environment
Created by astral whenReceives 14.02.2016.
XJAssertConditions() - Constructor for class com.github.grzesiek_galezowski.test_environment.XJAssertConditions
 
A C E I L M P S T V W X 
Skip navigation links