Skip to content

class TestDefinitionTearDown

Package: swiss.avm.up.core.generic.testing.javamodel.TestDefinitionTearDown

Direct Known Subclasses:


class TestDefinitionTearDown extends ATestDefinition

Definition of the teardown actions to bring the software or hardware into a defined state for the following test or completion of a test series. The teardown definition consists of an unlimited number of actions.

Properties

action

AAction[0..N]

An action within a test case is a specific step or operation that is performed to test a specific functionality of the software. Examples of actions in a TestCase are:

Entering data
Triggering an event
Executing a method
Changing the system state

These actions are crucial for checking the conditions and behaviour of the application under different scenarios. By precisely defining and executing actions within a test case, testers can ensure that the application reacts and functions as expected.

comment

Describes the intent of this Resource.

TextLiteral[0..1]

A Literal that accepts multiple lines of text.

name

The name of this Resource.

StringLiteral[1..1]

Method Summary

idxOf

@FJUnitTesting

Return:

IntegerLiteral