FTAssertionsManager Derived Type

type, public :: FTAssertionsManager


Type-Bound Procedures

procedure, public :: init

  • private subroutine init(self)

    Arguments

    Type IntentOptional Attributes Name
    class(FTAssertionsManager) :: self

procedure, public :: finalize

  • private subroutine finalize(self)

    Arguments

    Type IntentOptional Attributes Name
    class(FTAssertionsManager) :: self

procedure, public :: numberOfAssertionFailures

procedure, public :: numberOfAssertions

procedure, public :: summarizeAssertions

  • private subroutine summarizeAssertions(self, title, iUnit)

    Arguments

    Type IntentOptional Attributes Name
    class(FTAssertionsManager) :: self
    character(len=*) :: title
    integer :: iUnit