From e1618a3c57c68652b9020d30ad7be1d1cc7f51be Mon Sep 17 00:00:00 2001 From: Thomas Walker Lynch Date: Fri, 13 Dec 2024 02:51:51 +0000 Subject: [PATCH] note on private method testing --- "document\360\237\226\211/todo.txt" | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git "a/document\360\237\226\211/todo.txt" "b/document\360\237\226\211/todo.txt" index 13f03a5..771152a 100644 --- "a/document\360\237\226\211/todo.txt" +++ "b/document\360\237\226\211/todo.txt" @@ -39,3 +39,12 @@ to the 'resource' project and plan to deprecate it. Test_Testbench Total tests run: 3 Test_Testbench Total tests passed: 3 Test_Testbench Total tests failed: 0 + +2024-12-13T02:48:08Z + + Java has a love-hate-relationship with reflections ability to access + private methods; however, access is needed for white box testing. It + might be in the future for this feature to work that the Mosaic + project will have to expanded into the same module as that being + tested, rather than having its jar file accessed through the class + path. -- 2.20.1