Class AssertionErrorPropertiesSource

java.lang.Object
com.exedio.cope.util.AssertionErrorPropertiesSource
All Implemented Interfaces:
Properties.Source

public class AssertionErrorPropertiesSource extends Object implements Properties.Source
An implementation of Properties.Source where all methods do fail with a AssertionError. You may want to subclass this class instead of implementing Properties.Source directly to make your subclass cope with new methods in Properties.Source.
  • Constructor Details

    • AssertionErrorPropertiesSource

      public AssertionErrorPropertiesSource()
  • Method Details