You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

32 lines
419 B

package gormExample
import "testing"
func TestMigrate(t *testing.T) {
Migrate()
}
func TestPointerDiff(t *testing.T) {
PointerDiff()
}
func TestCustomType(t *testing.T) {
CustomType()
}
func TestIAndCCreate(t *testing.T) {
IAndCCreate()
}
func TestServiceCRUD(t *testing.T) {
ServiceCRUD()
}
func TestPaperCrud(t *testing.T) {
PaperCrud()
}
func TestCustomSerializer(t *testing.T) {
CustomSerializer()
}