musikr: move name tests to naming
This commit is contained in:
parent
6a42f7c5d2
commit
01a159754d
1 changed files with 5 additions and 3 deletions
|
@ -16,14 +16,16 @@
|
||||||
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package org.oxycblt.musikr.tag
|
package org.oxycblt.musikr.tag.interpret
|
||||||
|
|
||||||
import org.junit.Assert.assertEquals
|
import org.junit.Assert.assertEquals
|
||||||
import org.junit.Assert.assertNotEquals
|
import org.junit.Assert.assertNotEquals
|
||||||
import org.junit.Test
|
import org.junit.Test
|
||||||
import org.oxycblt.musikr.tag.interpret.Naming
|
import org.oxycblt.musikr.tag.Name
|
||||||
|
import org.oxycblt.musikr.tag.Placeholder
|
||||||
|
import org.oxycblt.musikr.tag.Token
|
||||||
|
|
||||||
class NameTest {
|
class NamingTest {
|
||||||
@Test
|
@Test
|
||||||
fun name_simple_withoutPunct() {
|
fun name_simple_withoutPunct() {
|
||||||
val name = Naming.simple().name("Loveless", null)
|
val name = Naming.simple().name("Loveless", null)
|
Loading…
Reference in a new issue