Correct spelling.
[SquirrelJME.git] / assets / developer-notes / stephanie-gawroriski / 2016 / 07 / 12.mkd
blob0dd7b37fc11e982166dd6e44b9a53b6d8a345b3e
1 # 2016/07/12
3 ## 16:44
5 Another day of not getting much done at all, I have been busy fixing a
6 computer.
8 ## 16:49
10 What I can do when it comes to the test caller is have a class which has a
11 cached database of sorts when it comes to names. Although this might not be
12 needed even though allocating names every time is a bit inefficient.
14 ## 17:17
16 I could merge the test name and default test group for the most part.
18 ## 17:20
20 Instead of two methods, one for the name and the default tests, they can be
21 combined into one.
23 ## 17:56
25 For specific test regions I can use try with resources.
27 ## 18:22
29 Co-dependencies would definitely be useful.
31 ## 19:06
33 So now I have a base refactor of the test interfaces, I just now need to
34 implement them. Currently the new test interfaces are much better than before.
35 Then with an abstract `TestCaller` I can have different means of test
36 reporting.