Tuesday 17 December 2013

cppuint - testing on visual studio .



[10/04/2014 03:53:07] Thong LT: http://linuxtortures.blogspot.com/2012/04/unit-testing-with-cppunit-and-eclipse.html
[10/04/2014 03:53:12] Thong LT: https://developer.apple.com/library/ios/documentation/ToolsLanguages/Conceptual/Xcode_Overview/UnitTestYourApp/UnitTestYourApp.html
[10/04/2014 03:53:23] Thong LT: http://www.yolinux.com/TUTORIALS/CppUnit.html#INTEGRATION
[10/04/2014 03:53:32] Thong LT: http://blog.livedoor.jp/naoya_t/archives/51043392.html
[10/04/2014 03:53:55] Thong LT: http://root.cern.ch/svn/root/branches/v5-10-00-patches/reflex/test/test_Reflex_simple1.cxx

dyld: Library not loaded: @rpath/SenTestingKit.framework/Versions/A/SenTestingKit
  Referenced from: /Users/User/Library/Developer/Xcode/DerivedData/Test-dlizsqlkielvpgadxfskwdwkylzo/Build/Products/Debug/Test
  Reason: image not found


[10/04/2014 09:17:10] Thong LT: 'd the same problem, was able to solve it by setting the added frameworks as Optional instead of Required from here, Project-> Targets-> Build Phases-> Link Binary with Libraries, change the status of added (or which creating the problem) frameworks to Optional, and it will run successfully.!
[10/04/2014 09:17:15] Thong LT: http://stackoverflow.com/questions/1462964/dyld-library-not-loaded-avfoundation-framework-reason-image-not-found


  "_OBJC_CLASS_$_GearsUtils", referenced from:
clang: error: linker command failed with exit code 1 (use -v to see invocation)
How to fix :Targets>Build Phases>Compile Sources 





http://cppunit.sourceforge.net/doc/1.8.0/class_cpp_unit_1_1_xml_outputter.html
http://sourceforge.net/p/cppunit/discussion/37108/thread/b7a9684c
http://cppunit.sourceforge.net/doc/1.8.0/class_cpp_unit_1_1_xml_outputter.html#_details
                                                       Thong LT  HoChiMinh City
http://www.danstechden.com/2009/11/19/using-cppunit-with-visual-studio/
http://cppunit.sourceforge.net/doc/lastest/cppunit_cookbook.html
http://www.yolinux.com/TUTORIALS/CppUnit.html
http://pantras.free.fr/articles/helloworld.html
http://sourceforge.net/projects/cppunit/files/latest/download

http://sourceforge.net/apps/mediawiki/cppunit/index.php?title=Main_Page
http://pic.dhe.ibm.com/infocenter/rtrthelp/v8r0m0/index.jsp?topic=%2Fcom.ibm.rational.testrt.studio.doc%2Fref%2FrcppTEST_CASE.htm
teamcity
http://confluence.jetbrains.com/display/TW/Cpp+Unit+Test+Reporting

ebook :
http://www.noqualityinside.com/nqi/nqifiles/The%20Art%20of%20Software%20Testing%20-%20Second%20Edition.pdf

http://www.ib.cnea.gov.ar/~oop/biblio/Bjarne_Stroustrup_-_The_C++_Programming_Language_3rd_Ed.pdf

No comments:

Post a Comment