/* * Copyright 2016 Nokia Solutions and Networks * Licensed under the Apache License, Version 2.0, * see license.txt file for details. */ package org.rf.ide.core.testdata.text.write.txt.tables.keywords.creation; import org.rf.ide.core.testdata.text.write.tables.keywords.creation.ACreationOfKeywordsWithSeparatorCheckTest; /** * @author wypych */ public class CreationOfKeywordsWithSeparatorCheckTest extends ACreationOfKeywordsWithSeparatorCheckTest { public CreationOfKeywordsWithSeparatorCheckTest() { super("txt"); } }