Class TestResultAction.Data

    • Constructor Detail

      • Data

        public Data()
    • Method Detail

      • getTestAction

        public abstract List<? extends TestAction> getTestAction​(TestObject testObject)
        Returns all TestActions for the testObject.
        Returns:
        Can be empty but never null. The caller must assume that the returned list is read-only.