lp:~simone.busoli/nunitv2/async-support-void-and-task-return-types

Created by Simone Busoli and last modified
Get this branch:
bzr branch lp:~simone.busoli/nunitv2/async-support-void-and-task-return-types
Only Simone Busoli can upload to this branch. If you are Simone Busoli please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Simone Busoli
Project:
NUnit V2
Status:
Merged

Recent revisions

3431. By Simone Busoli <simone.busoli@vienna>

Support for building for .NET 4.5 and running async tests even when not targeting .NET 4.5 but as long as 4.5 is installed.

3430. By Simone Busoli <simone.busoli@vienna>

Fixed typo in error message.
Started adding additional tests for parameterized testcases.

3429. By Simone Busoli <simone.busoli@vienna>

Improved handling of tests which are not supposed to be run

3428. By Simone Busoli <simone.busoli@vienna>

Replaced usages of Task.FromResult with Task.Run as the former create tasks which are already completed and may mistify the tests outcome

3427. By Simone Busoli <simone.busoli@vienna>

Explicit type of excpected exception

3426. By Simone Busoli <simone.busoli@vienna>

and tests, actually

3425. By Simone Busoli <simone.busoli@vienna>

Completed implementation of async support, with tests

3424. By Simone Busoli <simone.busoli@vienna>

Introduced support for void async methods and cleaned up implementation.

3423. By Simone Busoli <simone.busoli@vienna>

First stab at making async test methods run correctly.
Currently only works with methods returning tasks, void async methods are quite trickier.
Also does not preserve exception stack traces and test discovery is poorly implemented.

3422. By Charlie Poole

Add NAnt files missed on first commit

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
Stacked on:
lp:nunitv2
This branch contains Public information 
Everyone can see this information.

Subscribers