Uses of Class
dev.relism.flash.testing.FlashTest

  • Uses of FlashTest in dev.relism.flash.testing

    Methods in dev.relism.flash.testing that return FlashTest
    Modifier and Type
    Method
    Description
    FlashTest.mock(Class<T> type, T instance)
    Replaces the service bound to type with instance for this server.
    static FlashTest
    FlashTest.of(dev.relism.flash.extension.FlashApplication application)
    Creates a harness for application.
    FlashTest.profile(Consumer<dev.relism.flash.extension.FlashConfiguration.FlashConfigurationBuilder> profile)
    Customises the FlashConfiguration this server runs with — timeouts, HTTP/2 switches, buffer sizes.