Sign in
pigweed
/
third_party
/
github
/
bazelbuild
/
rules_kotlin
/
HEAD
/
.
/
examples
/
plugin
/
src
/
serialization
/
SerializationTest.kt
blob: 80100c7ce5f66d4e62f70230e0a013646d23e4d7 [
file
] [
log
] [
blame
]
package
plugin
.
serialization
import
org
.
junit
.*
import
org
.
junit
.
Assert
.
assertNotNull
class
SerializationTest
{
@Test
fun dataShouldHaveASerializerMethod
()
{
assertNotNull
(
Data
.
serializer
())
}
}