[
https://issues.apache.org/jira/browse/DAFFODIL-2958?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Steve Lawrence resolved DAFFODIL-2958.
--------------------------------------
Fix Version/s: 3.10.0
Resolution: Fixed
New API added in commit 435acc008dbdc05620e84d676b1d6f9b2edd0e29
Daffodil tests rewritten to use the API in commit
3e0e65b07acd76290066d881f3631b9407d8097d
> TDML Runner needs feature to run test using method name as test name
> --------------------------------------------------------------------
>
> Key: DAFFODIL-2958
> URL: https://issues.apache.org/jira/browse/DAFFODIL-2958
> Project: Daffodil
> Issue Type: Improvement
> Components: TDML Runner
> Affects Versions: 3.9.0
> Reporter: Mike Beckerle
> Assignee: Steve Lawrence
> Priority: Major
> Fix For: 3.10.0
>
> Attachments: TestSimple.scala
>
>
> To avoid all the redundant typing in the test-driver scala files, we need a
> small feature which uses lihaoyi's sourcecode library to grab the method name.
> This can be used to turn this:
> ```
> @Test def someTestName(): Unit = runner.runOneTest("someTestName")
> ```
> into this:
> ```
> @Test def someTestName(): Unit = runner()
> ```
> which is easier to write and maintain, while maintaining the ability to run a
> single test via normal right-click in the IDE.
>
>
> W
--
This message was sent by Atlassian Jira
(v8.20.10#820010)