- APlusProject/QA . . . . 6 matches
Upload:APP_UnitTestResult_0516-0530.zip - 이전문서
Upload:APP_UnitTestResult_0601.zip - 최종문서 - 수정끝
Upload:APP_UnitTestResult_0609.zip -- index랑 페이지수 몇개 틀렸길래 수정해서 올립니다 -- QA승인끝
Upload:APP_UnificationTestResult_0530.zip - 이전문서
Upload:APP_UnificationTestResult_0606.zip - 최종문서 - 수정끝
Upload:APP_UnificationTestResult_0609.zip -- 최종문서 index틀렸길래 수정해서 다시 올렸습니다 -QA승인끝!
- PyIde/Exploration . . . . 4 matches
Design 을 할때 오버하는 성향이 있는 것 같다. IListener 가 있으면 DIP를 지키는 것이기도 하고, 기존 TestResult 등의 클래스들을 수정하지 않으면서 Listener 들만 추가하는 방식으로 재사용가능하니까 OCP 상으로도 좋겠지만. 과연 당장 필요한 것일까? 그냥 TestResult 를 모델로 들고 있고 View 클래스 하나 더 있는 것으로 문제가 있을까?
SimpleTestResult Spike. result 결과물 잘 받아진다. Result 에 listener 연결해주면 테스트 실행, 정지, 성공, 실패일때마다 listener 로 메세지를 날린다. 나중에 GUI Runner 쪽에서 listener 를 implements 해주면 될듯.
약간만 Refactoring 해서 쓰면 될듯. Runner abstract class 추출하고, TestResult 상속받은 클래스 만들고,. Test Loading 은 TestLoader 그대로 쓰면 될것 같다.
- CppUnit . . . . 3 matches
#include <cppunit/TextTestResult.h>
CppUnit::TextTestResult result;
CppUnit::TextTestResult result;
- TestDrivenDevelopmentByExample/xUnitExample . . . . 3 matches
result = TestResult()
class TestResult:
def testResult(self):
result = TestResult()
TestCaseTest("testResult").run()
- TestDrivenDevelopment . . . . 2 matches
void printTestResult() {
printTestResult();
Found 5 matching pages out of 7555 total pages (5000 pages are searched)
You can also click here to search title.