Changeset d1a85d for src


Ignore:
Timestamp:
Feb 10, 2011, 4:51:09 PM (15 years ago)
Author:
Frederik Heber <heber@…>
Children:
2d6ae0
Parents:
fe056c
git-author:
Frederik Heber <heber@…> (02/10/11 16:45:39)
git-committer:
Frederik Heber <heber@…> (02/10/11 16:51:09)
Message:

Added AssertUnitTest checking on thrown exception AssertionFailure.

  • we check behavior under Assert:Throw and Assert::Ignore.
Location:
src/unittests
Files:
2 added
1 edited

Legend:

Unmodified
Added
Removed
  • src/unittests/Makefile.am

    rfe056c rd1a85d  
    1212
    1313TESTS = \
     14        AssertUnitTest \
    1415  InfoUnitTest \
    1516  LogUnitTest
     
    4344  $(top_srcdir)/src/Patterns/unittests/stubs/PrototypeFactoryStub.cpp \
    4445  $(top_srcdir)/src/Patterns/unittests/stubs/RegistryStub.cpp \
     46  AssertUnitTest.cpp \
    4547  InfoUnitTest.cpp \
    4648  LogUnitTest.cpp
     
    7476  $(top_srcdir)/src/Patterns/unittests/stubs/PrototypeFactoryStub.undef \
    7577  $(top_srcdir)/src/Patterns/unittests/stubs/RegistryStub.hpp \
     78  AssertUnitTest.hpp \
    7679  InfoUnitTest.hpp \
    7780  LogUnitTest.hpp
    7881       
     82
     83AssertUnitTest_SOURCES = $(top_srcdir)/src/unittests/UnitTestMain.cpp \
     84        AssertUnitTest.cpp \
     85        AssertUnitTest.hpp
     86AssertUnitTest_LDADD = ${TESTLIBS}
    7987
    8088InfoUnitTest_SOURCES = $(top_srcdir)/src/unittests/UnitTestMain.cpp \
Note: See TracChangeset for help on using the changeset viewer.