Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

workaround for issue #1 #3

Open
wants to merge 78 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
78 commits
Select commit Hold shift + click to select a range
99d9998
workaround for issue #1: Same class names in different modules
linkrope Aug 15, 2012
16a9e73
fix for issue #2: exit status should be non zero for error
linkrope Aug 15, 2012
31090b2
renamed dunit.d into dunit/frameword.d and added xUnit assertions
linkrope Aug 26, 2012
7f22b9d
changed assertWithTimeout into assertEventually
linkrope Aug 26, 2012
644dd50
removed unused variable
linkrope Aug 26, 2012
e969664
added filter option
linkrope Sep 2, 2012
2c65548
updated copyright
linkrope Feb 5, 2013
09f9346
straightened method name comparisons
linkrope Feb 5, 2013
2bdff8a
UFCS
linkrope Feb 6, 2013
9fe9156
changed to distinguish between failures and errors
linkrope Mar 16, 2013
ddffd6b
reworked examples
linkrope Mar 17, 2013
28510d9
reworked README
linkrope Mar 17, 2013
3dc846a
changed filtering so that permutations of tests can be run
linkrope Apr 10, 2013
6c7043a
fixes issue #1
linkrope May 12, 2013
78651bf
introduced user-defined attributes
linkrope May 20, 2013
fb3312c
fixed problem with const fields
linkrope May 23, 2013
1a54ff5
fix for issue #3: color support for Windows
linkrope May 31, 2013
eb21e1c
highlight difference between expected and actual representation
linkrope Jun 2, 2013
79055dd
cleaned up README
linkrope Jun 12, 2013
3433f84
prefer switch (...) with (...)
linkrope Jun 13, 2013
fb6cd7c
added dub support
linkrope Aug 10, 2013
a3662b2
added assertOp
linkrope Aug 18, 2013
2b54f6a
added assertEmpty and assertNotEmpty
linkrope Sep 14, 2013
e0d1e8b
added XML test reporting
linkrope Sep 15, 2013
b2618fe
added aliases
linkrope Sep 24, 2013
944a189
tidied up
linkrope Sep 28, 2013
45a036e
added support for @Ignore reason
linkrope Sep 28, 2013
8b07dc2
tidied up
linkrope Sep 28, 2013
b1c0bb4
added assertArrayEquals for associative arrays
linkrope Sep 29, 2013
be56f8a
improved layout for long or multi-line differences
linkrope Sep 29, 2013
7fe6a38
fixed template for more restrictive D 2.064
linkrope Oct 21, 2013
227a0e0
updated to D 2.064.2
linkrope Jan 26, 2014
45f3a43
Change DUB configuration to work with latest version of DUB
May 2, 2014
2ab9694
Merge pull request #4 from mbierlee/master
linkrope Jul 26, 2014
098158d
tidied up
linkrope Jul 26, 2014
2ca2106
added assertRangeEquals
linkrope Jul 26, 2014
306acd4
fixed style
linkrope Jul 26, 2014
d711ec6
workaround for uniform constructor syntax to be introduced in D 2.066
Jul 30, 2014
2fbcb53
disambiguate package name
linkrope Jul 31, 2014
c15c880
Merge branch 'master' of https://github.com/linkrope/dunit.git
linkrope Jul 31, 2014
135d1d0
fixed order of conditions to avoid problems with private protection
Aug 25, 2014
438ed59
reworked UDA templates
Oct 7, 2014
5fde91f
improved test robustness
linkrope Feb 19, 2015
c5dde81
removed obsolete statement
linkrope Feb 19, 2015
89971b7
added Travis CI status
linkrope Feb 19, 2015
ad0d83e
Replace .sort property with std.algorithm.sort
andre2007 Mar 11, 2015
f6b78e0
Replace .sort property with std.algorithm.sort
andre2007 Mar 11, 2015
d8d1224
Merge pull request #7 from andre2007/issue6
linkrope Mar 11, 2015
e7ff726
changed to take arrays by const
linkrope May 22, 2015
de60fb6
changed to use GetoptResult
May 31, 2015
4f4a74b
changed to run unittest functions explicitly
linkrope Jul 3, 2015
7b388f6
changed to run unittest functions like @Test functions
linkrope Jul 4, 2015
43da39a
support for approximately equal floating-point values
linkrope Dec 4, 2015
313095b
added progressive XML output
linkrope Jan 17, 2016
e8c2ada
switch to JUnit 5
linkrope Aug 19, 2016
797c6ca
use one test object per test case
linkrope Aug 21, 2016
89741aa
support for tagging and filtering
linkrope Aug 26, 2016
8acf65b
support for unit-threaded's fluent assertions
Aug 31, 2016
d993607
fixed documentation
Aug 31, 2016
22498d4
made `assertTrue` and `assertFalse` more flexible
Sep 5, 2016
12073f1
fixed issue with `writefln` instead of `writeln`
Mar 15, 2017
57b6666
@safe pure
Apr 7, 2017
b0c9bf4
fluent_assertions.d is now a single-file dub package
Jun 20, 2017
0737ad4
fixed style
linkrope Nov 10, 2017
c59d6da
simplified DUB package configuration
linkrope Nov 10, 2017
778da4a
Create directories of report filePath if necessary
andre2007 Jan 22, 2018
e59490a
Merge pull request #16 from andre2007/master
linkrope Jan 28, 2018
cdb1cba
fixed style
linkrope Jan 28, 2018
8aef48d
Add default test suite argument
andre2007 Apr 5, 2018
9841663
Merge pull request #18 from andre2007/master
linkrope Apr 8, 2018
e78971a
simplified naming
linkrope Apr 8, 2018
9fb7902
Fix #27
Feb 23, 2020
0f35253
Fix #28: write file and line in hyperlink format
Mar 15, 2020
04d02c2
Fix #29 using undeaD
Jul 11, 2020
0d952fb
Use dshould for fluent assertions
Jul 11, 2020
2d5a5ee
Conditional disabled/enabled attributes (#33)
linkrope Dec 29, 2020
2d1a467
Replace deprecated approxEqual with isClose
May 19, 2021
89c11ce
Avoid deprecation warning
Dec 23, 2021
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
main
exampleTests
*.a
*.o
*.swp
*.exe
.dub
dub.selections.json
d-unit
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
language: d
232 changes: 0 additions & 232 deletions README

This file was deleted.

Loading