musikr: move name tests to naming

This commit is contained in:
Alexander Capehart 2025-03-22 16:36:33 -06:00
parent 6a42f7c5d2
commit 01a159754d
No known key found for this signature in database
GPG key ID: 37DBE3621FE9AD47

View file

@ -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)