Note: This website is archived. For up-to-date information about D projects and development, please visit wiki.dlang.org.

Changes between Version 36 and Version 37 of WikiStart

Show
Ignore:
Author:
jcc7 (IP: 74.197.207.10)
Timestamp:
09/25/14 18:06:21 (10 years ago)
Comment:

revival; reformatted

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v36 v37  
    77[http://www.dsource.org/forums/viewforum.php?f=168 Felt forum] 
    88 
    9 == DUnit == 
     9 
     10== Subprojects ==  
     11 
     12=== DMocks === 
     13Status: [wiki:DmocksAbandoned abandoned][[BR]] 
     14Supports: DMD2.009; Phobos[[BR]] 
     15Description: [wiki:DMocks] is a mock object framework to ease testability. 
     16 
     17Revival: [https://github.com/QAston/DMocks-revived] 
     18 
     19 
     20=== DUnit === 
    1021Status: beta[[BR]] 
    1122Supports: Tango[[BR]] 
    1223Description: [wiki:DUnit] is a light unittest framework more or less in the xUnit style. 
    1324 
    14 == DConstructor == 
     25 
     26=== DConstructor === 
    1527Status: beta[[BR]] 
    1628Supports: DMD1, DMD2; Phobos, Tango[[BR]] 
    1729Description: [wiki:DConstructor] is a dependency injection tool. Just ask by type, and DConstructor will build you a corresponding object. 
    1830 
    19 == !SelfMock == 
     31 
     32=== !SelfMock === 
    2033Status: late beta[[BR]] 
    2134Supports: DMD1, Tango (DMD2 support is planned)[[BR]] 
    2235Description: Most of dmocks, resurrected to support dmd1. 
    2336 
    24 == Sleeper == 
     37 
     38=== Sleeper === 
    2539Status: pre-alpha[[BR]] 
    2640Supports: DMD1; Phobos, Tango (requires DDBI)[[BR]] 
    2741Description: [wiki:Sleeper] is an object-relational mapping system patterned after NHibernate. 
    28  
    29 == DMocks == 
    30 Status: [wiki:DmocksAbandoned abandoned][[BR]] 
    31 Supports: DMD2.009; Phobos[[BR]] 
    32 Description: [wiki:DMocks] is a mock object framework to ease testability.