java.lang.Object
org.tudalgo.algoutils.tutor.general.assertions.basic.BasicContext
All Implemented Interfaces:
Context

public class BasicContext extends Object implements Context

A basic implementation of a context.

  • Method Details

    • properties

      public List<Property> properties()
      Description copied from interface: Context
      Returns all properties of this context.
      Specified by:
      properties in interface Context
      Returns:
      all properties of this context
    • subject

      public Object subject()
      Description copied from interface: Context
      Returns the subject of this context.
      Specified by:
      subject in interface Context
      Returns:
      the subject of this context