From: Thomas Walker Lynch Date: Fri, 13 Dec 2024 02:51:51 +0000 (+0000) Subject: note on private method testing X-Git-Url: https://git.reasoningtechnology.com/style/static/gitweb.js?a=commitdiff_plain;h=e1618a3c57c68652b9020d30ad7be1d1cc7f51be;p=Mosaic note on private method testing --- 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.