| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
|
I refactored ScriptServiceTest a bit to initialize the Context in a @Before method, and dispose it @After the tests. @ctrueden what do you think about the re-use of the ScriptLanguage from ScriptInfoTest$BindingSizes? Should we instead make BindingSizes its own class within the tests? There are actually two nested ScriptLanguage implementations in the tests currently: ScriptInfoTest$BindingSizes and ScriptEngineTest$Rot13. |
Sorry, something went wrong.
This makes it easier to retrieve a ScriptInfo object from a script string (without going via File). Closes #389.
| Back | FazBrowse Home | New Git URL |
This makes it easier to retrieve a ScriptInfo object from a script string (without going via File).
Closes #389.