Class BasicContext
java.lang.Object
org.tudalgo.algoutils.tutor.general.assertions.basic.BasicContext
- All Implemented Interfaces:
Context
A basic implementation of a context.
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionReturns all properties of this context.subject()Returns the subject of this context.
-
Method Details
-
properties
Description copied from interface:ContextReturns all properties of this context.- Specified by:
propertiesin interfaceContext- Returns:
- all properties of this context
-
subject
Description copied from interface:ContextReturns the subject of this context.
-