test_construct_AccumulatorAction Subroutine

public subroutine test_construct_AccumulatorAction(this)

Arguments

Type IntentOptional Attributes Name
class(ESMF_TestMethod), intent(inout) :: this

Calls

proc~~test_construct_accumulatoraction~~CallsGraph proc~test_construct_accumulatoraction test_construct_AccumulatorAction assertfalse assertfalse proc~test_construct_accumulatoraction->assertfalse

Source Code

   subroutine test_construct_AccumulatorAction(this)
      class(ESMF_TestMethod), intent(inout) :: this
      type(AccumulatorAction) :: acc

      @assertFalse(acc%update_calculated, 'updated_calculated .TRUE.')
      @assertFalse(acc%initialized, 'initialized .TRUE.')

   end subroutine test_construct_AccumulatorAction