Class NotificationLogIdTest

java.lang.Object
com.reallifedeveloper.common.application.notification.NotificationLogIdTest

public class NotificationLogIdTest extends Object
  • Constructor Details

    • NotificationLogIdTest

      public NotificationLogIdTest()
  • Method Details

    • constructorLongs

      @Test public void constructorLongs()
    • constructorLongsLowEqualToHigh

      @Test public void constructorLongsLowEqualToHigh()
    • constructorLongsLowGreaterThanHigh

      @Test public void constructorLongsLowGreaterThanHigh()
    • constructorString

      @Test public void constructorString()
    • constructorStringNull

      @Test public void constructorStringNull()
    • constructorStringNotIntegers

      @Test public void constructorStringNotIntegers()
    • constructorStringTooFewIntegers

      @Test public void constructorStringTooFewIntegers()
    • constructorStringTooManyIntegers

      @Test public void constructorStringTooManyIntegers()
    • constructorStringLowEqualToHigh

      @Test public void constructorStringLowEqualToHigh()
    • constructorStringLowGreaterThanHigh

      @Test public void constructorStringLowGreaterThanHigh()
    • externalForm

      @Test public void externalForm()
    • next

      @Test public void next()
    • previous

      @Test public void previous()
    • toStringMethod

      @Test public void toStringMethod()