• R/O
  • SSH

List of commits

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

A lambda-based C++ unit-testing framework.


RSS
Rev. Hora Autor
51846ed11a1b 2020-01-19 21:21:21 Kaz Nishimura

Add the destructor to 'TestDriver'

cefe4e79a2b8 2020-01-19 21:17:56 Kaz Nishimura

Update <cppunitx/driver>

cdabe81656fd 2020-01-19 21:15:51 Kaz Nishimura

Rename <cppunitx/engine> to <cppunitx/driver>

328f2031edd9 2020-01-19 21:11:19 Kaz Nishimura

Remove 'cppunitx::main'

5e6fd4546830 2020-01-19 21:07:08 Kaz Nishimura

Add 'TestDriver::main' implementation

b4ded0c30cae 2020-01-19 21:00:59 Kaz Nishimura

Rename 'engine.cpp' to 'driver.cpp'

586f9da551ce 2020-01-19 20:58:26 Kaz Nishimura

Update <bits/cppunitx/driver.h> with new class 'TestDriver'

bd7ed3950520 2020-01-19 20:51:20 Kaz Nishimura

Move <cppunits/bits/engine.h> to <bits/cppunits/driver.h>

b3fe7cd90e1e 2020-01-19 19:19:48 Kaz Nishimura

Add 'runTests' to 'TestRegistrant'

4d4144b8dee6 2020-01-19 18:36:20 Kaz Nishimura

Add 'runTests' to 'TestRegistry'

c2f7fc7fe67f 2020-01-19 18:16:28 Kaz Nishimura

Implement registration

4aed04384b0f 2020-01-19 18:05:38 Kaz Nishimura

Add a template parameter to 'TestRegistrant'

2a79bb4ae5c1 2020-01-19 18:02:50 Kaz Nishimura

Add 'getRegistrant' and 'removeRegistrant' to 'TestRegistry'

0c1a9d58edd9 2020-01-19 13:52:26 Kaz Nishimura

Remove 'TestRegistryImpl' in favor of a static member function template

288e6410351c 2020-01-19 13:50:53 Kaz Nishimura

Update the test fixture

623f3f62a728 2020-01-19 13:49:26 Kaz Nishimura

Add destructors

11dbe95d37fe 2020-01-19 06:15:43 Kaz Nishimura

Rewrite 'cppunitx_registry'

987c5c0e7759 2020-01-19 06:10:29 Kaz Nishimura

Add new class template

49ab2ad523c3 2020-01-19 05:48:20 Kaz Nishimura

Define 'MODULE_MAIN'

022957dbcdc6 2020-01-18 05:52:55 Kaz Nishimura

Rewrite the module entry point function

5da2e95a8aa6 2020-01-18 05:12:06 Kaz Nishimura

Rename macro '_CPPUNITX_DLNAME'

42e0c30521eb 2020-01-18 05:03:43 Kaz Nishimura

Rename macro 'MODULE_NAME'

60f386fc64f0 2020-01-17 13:27:31 Kaz Nishimura

Rename header <cppunitx/bits/module.h>

0c74f3be4311 2020-01-16 21:42:00 Kaz Nishimura

Add new classes and implementation

b5034f68b638 2020-01-16 21:12:55 Kaz Nishimura

Modify pipelines

e019aabba8ad 2020-01-16 21:08:11 Kaz Nishimura

Add implementation

98000e301ae3 2020-01-16 20:43:17 Kaz Nishimura

Add new header

f55d942e6f26 2020-01-16 20:32:52 Kaz Nishimura

Add new header

25947337a23a 2020-01-16 20:12:12 Kaz Nishimura

Update headers

d2948c82012b 2020-01-16 15:28:42 Kaz Nishimura

Add selftest code