Skip to content

Commit

Permalink
Add constant class for the test package
Browse files Browse the repository at this point in the history
  • Loading branch information
theEvilReaper committed Apr 28, 2024
1 parent e17cc5a commit eb139fe
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/test/kotlin/net/theevilreaper/dartpoet/util/TestConstants.kt
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
package net.theevilreaper.dartpoet.util

/**
* The file contains some constant values which are used in the test package.
* @author theEvilReaper
* @since 1.0.0
*/

const val EMPTY_STRING = ""
const val SPACE_STRING = " "

0 comments on commit eb139fe

Please sign in to comment.