Browsing projects by Tag(s)

Select a tag to browse associated projects and drill deeper into the tag cloud.

Showing page 1 of 1

The purpose of this project is to provide natural testing for Java applications. By natural we mean it is more natural for developers to test their code with exiting applications, temporary classes with main(...) methods. Then writing lots of Unit testing classes be it JUnit or Test-NG or any other ... [More] framework, real life shows unit tests and integration tests tend to decay. The solution we see fit is to have the tests generated on-demand, saved and then used and executed. [Less]

0
 
  0 reviews  |  0 users  |  0 current contributors  |  Analyzed 5 days ago
 
 

QuickCalc is the main managed code to be compiled with the /clr option. BusinessCalc is fully native (unmanaged) and creates a library to be linked to the managed code. In MainWindow.cpp the call ist performed here: System::Void std::MainWindow::bgGo_Click (System::Object sender ... [More] , System::EventArgs e) { std::BusinessCalc pBs = new std::BusinessCalc(); this->lbMessage->Text = "Calculated by unmanaged class: 2+3=" + pBs->sum(2,3).ToString(); } [Less]

0
 
  0 reviews  |  0 users  |  690 lines of code  |  0 current contributors  |  Analyzed 4 days ago
 
 

A collection of Trivial Android Applications

0
 
  0 reviews  |  0 users  |  758 lines of code  |  0 current contributors  |  Analyzed almost 2 years ago
 
 
 
 

Creative Commons License Copyright © 2013 Black Duck Software, Inc. and its contributors, Some Rights Reserved. Unless otherwise marked, this work is licensed under a Creative Commons Attribution 3.0 Unported License . Ohloh ® and the Ohloh logo are trademarks of Black Duck Software, Inc. in the United States and/or other jurisdictions. All other trademarks are the property of their respective holders.