Class RuntimeCompilationCheckRule

  • All Implemented Interfaces:
    org.junit.rules.TestRule

    public class RuntimeCompilationCheckRule
    extends org.junit.rules.Verifier
    A Test Rule which uses the REST resource provided by the compilation-monitor-test-plugin to determine if any runtime LessCSS compilation occurred during execution of the test, and fail the test if so.
    Since:
    5.9
    • Constructor Detail

      • RuntimeCompilationCheckRule

        public RuntimeCompilationCheckRule()
    • Method Detail

      • verify

        protected void verify()
        Overrides:
        verify in class org.junit.rules.Verifier