I'd like to request that WinUnit automatically display the datetime each unit test was started and its duration. Also, the combined timespan for the duration of all the tests would also be nice.
...
Id #9790 | Release:
None
| Updated: Feb 14 at 6:21 PM by icnocop | Created: Jan 7, 2012 at 6:44 PM by icnocop
I'd like to request that a WinUnit Visual Studio Add-in be created so that unit testing can be integrated with the IDE similar to mstest unit test integration.
For example, here is an add-in for ...
Id #9733 | Release:
None
| Updated: Feb 14 at 6:21 PM by icnocop | Created: Dec 20, 2011 at 12:42 AM by icnocop
Hi.
Thank you for WinUnit 1.2.0909.1.
I would like to request that WinUnit.exe return a non-zero exit code if LoadLibraryW fails andor\ no tests were run to indicate an error\failure.
For exa...
Id #8805 | Release:
None
| Updated: Feb 14 at 6:21 PM by icnocop | Created: Jun 17, 2011 at 2:07 AM by icnocop
Is it possible add WIN_ASSERT_NOT_THROWS macro?
Some times it is useful (for example, when object can change inner state once and before the change some operation will throw exception , but after...
Id #6615 | Release:
None
| Updated: Feb 14 at 6:21 PM by magnetall | Created: Jun 28, 2010 at 8:10 AM by magnetall
It is not possible to load a custom logger with an external path for example:
WinUint.exe -l c:\customlogger.dll:out.txt sometest.dll
The problem is the handling of the ':' in the path in Exter...
Id #5711 | Release:
None
| Updated: Feb 14 at 6:21 PM by JohannesU | Created: Apr 8, 2010 at 8:41 AM by JohannesU
This macro only expects strings. However other unit testing frameworks have this macro for numeric values. Currently if I pass in numeric values to this I get build errors. I want to compile at war...
Id #4432 | Release:
None
| Updated: Feb 14 at 6:21 PM by Jhualpa | Created: Oct 10, 2009 at 7:04 AM by chrisJohnson
There have been suggested to support the Debug CRT for detecting memory leaks. Basically it requires two modifications the the test dll project.
First, add the following lines to the test dll's...
Id #4220 | Release:
None
| Updated: Feb 14 at 6:21 PM by icnocop | Created: Sep 8, 2009 at 9:13 AM by Jhualpa
This feature was requested by David Connet, Jan. 12, 2008.
It is requested that there be a pair like GLOBALSETUP/GLOBALTEARDOWN which runs exactly once before/after all tests run.
Rationale: Th...
Id #4214 | Release:
None
| Updated: Feb 14 at 6:21 PM by chrisJohnson | Created: Sep 7, 2009 at 7:40 PM by mkblees
Issue reported by Wang Xiaojian, June 16, 2008:
"
[WinUnit does not trace Chinese characters properly. It uses fprintf/ fwprintf to write text to files and console.] These functions depend on se...
Id #4213 | Release:
None
| Updated: Feb 14 at 6:21 PM by mkblees | Created: Sep 7, 2009 at 7:35 PM by mkblees
Suggestion from David Brownell, June 12, 2008:
"
Could the following be a replacement for _countof to eliminate the dependency on Microsoft extensions?
template <typename T, size_t Size>
inline...
Id #4212 | Release:
None
| Updated: Feb 14 at 6:21 PM by mkblees | Created: Sep 7, 2009 at 7:26 PM by mkblees