123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893 |
- package dao
- import (
- "context"
- "go-common/app/interface/main/esports/model"
- arcmdl "go-common/app/service/main/archive/api"
- "testing"
- "github.com/smartystreets/goconvey/convey"
- )
- func TestDaokeyCale(t *testing.T) {
- convey.Convey("keyCale", t, func(ctx convey.C) {
- var (
- stime = ""
- etime = ""
- )
- ctx.Convey("When everything goes positive", func(ctx convey.C) {
- p1 := keyCale(stime, etime)
- ctx.Convey("Then p1 should not be nil.", func(ctx convey.C) {
- ctx.So(p1, convey.ShouldNotBeNil)
- })
- })
- })
- }
- func TestDaokeyCont(t *testing.T) {
- convey.Convey("keyCont", t, func(ctx convey.C) {
- var (
- ps = int(1)
- )
- ctx.Convey("When everything goes positive", func(ctx convey.C) {
- p1 := keyCont(ps)
- ctx.Convey("Then p1 should not be nil.", func(ctx convey.C) {
- ctx.So(p1, convey.ShouldNotBeNil)
- })
- })
- })
- }
- func TestDaokeyVideo(t *testing.T) {
- convey.Convey("keyVideo", t, func(ctx convey.C) {
- var (
- ps = int(1)
- )
- ctx.Convey("When everything goes positive", func(ctx convey.C) {
- p1 := keyVideo(ps)
- ctx.Convey("Then p1 should not be nil.", func(ctx convey.C) {
- ctx.So(p1, convey.ShouldNotBeNil)
- })
- })
- })
- }
- func TestDaokeyContID(t *testing.T) {
- convey.Convey("keyContID", t, func(ctx convey.C) {
- var (
- cid = int64(1)
- )
- ctx.Convey("When everything goes positive", func(ctx convey.C) {
- p1 := keyContID(cid)
- ctx.Convey("Then p1 should not be nil.", func(ctx convey.C) {
- ctx.So(p1, convey.ShouldNotBeNil)
- })
- })
- })
- }
- func TestDaokeyCoFav(t *testing.T) {
- convey.Convey("keyCoFav", t, func(ctx convey.C) {
- var (
- mid = int64(1)
- )
- ctx.Convey("When everything goes positive", func(ctx convey.C) {
- p1 := keyCoFav(mid)
- ctx.Convey("Then p1 should not be nil.", func(ctx convey.C) {
- ctx.So(p1, convey.ShouldNotBeNil)
- })
- })
- })
- }
- func TestDaokeyCoAppFav(t *testing.T) {
- convey.Convey("keyCoAppFav", t, func(ctx convey.C) {
- var (
- mid = int64(1)
- )
- ctx.Convey("When everything goes positive", func(ctx convey.C) {
- p1 := keyCoAppFav(mid)
- ctx.Convey("Then p1 should not be nil.", func(ctx convey.C) {
- ctx.So(p1, convey.ShouldNotBeNil)
- })
- })
- })
- }
- func TestDaokeySID(t *testing.T) {
- convey.Convey("keySID", t, func(ctx convey.C) {
- var (
- sid = int64(1)
- )
- ctx.Convey("When everything goes positive", func(ctx convey.C) {
- p1 := keySID(sid)
- ctx.Convey("Then p1 should not be nil.", func(ctx convey.C) {
- ctx.So(p1, convey.ShouldNotBeNil)
- })
- })
- })
- }
- func TestDaokeyMatchAct(t *testing.T) {
- convey.Convey("keyMatchAct", t, func(ctx convey.C) {
- var (
- aid = int64(1)
- )
- ctx.Convey("When everything goes positive", func(ctx convey.C) {
- p1 := keyMatchAct(aid)
- ctx.Convey("Then p1 should not be nil.", func(ctx convey.C) {
- ctx.So(p1, convey.ShouldNotBeNil)
- })
- })
- })
- }
- func TestDaokeyMatchModule(t *testing.T) {
- convey.Convey("keyMatchModule", t, func(ctx convey.C) {
- var (
- mmid = int64(1)
- )
- ctx.Convey("When everything goes positive", func(ctx convey.C) {
- p1 := keyMatchModule(mmid)
- ctx.Convey("Then p1 should not be nil.", func(ctx convey.C) {
- ctx.So(p1, convey.ShouldNotBeNil)
- })
- })
- })
- }
- func TestDaokeyKnock(t *testing.T) {
- convey.Convey("keyKnock", t, func(ctx convey.C) {
- var (
- mdID = int64(1)
- )
- ctx.Convey("When everything goes positive", func(ctx convey.C) {
- p1 := keyKnock(mdID)
- ctx.Convey("Then p1 should not be nil.", func(ctx convey.C) {
- ctx.So(p1, convey.ShouldNotBeNil)
- })
- })
- })
- }
- func TestDaokeyTop(t *testing.T) {
- convey.Convey("keyTop", t, func(ctx convey.C) {
- var (
- aid = int64(1)
- ps = int64(1)
- )
- ctx.Convey("When everything goes positive", func(ctx convey.C) {
- p1 := keyTop(aid, ps)
- ctx.Convey("Then p1 should not be nil.", func(ctx convey.C) {
- ctx.So(p1, convey.ShouldNotBeNil)
- })
- })
- })
- }
- func TestDaokeyPoint(t *testing.T) {
- convey.Convey("keyPoint", t, func(ctx convey.C) {
- var (
- aid = int64(1)
- mdID = int64(1)
- ps = int64(1)
- )
- ctx.Convey("When everything goes positive", func(ctx convey.C) {
- p1 := keyPoint(aid, mdID, ps)
- ctx.Convey("Then p1 should not be nil.", func(ctx convey.C) {
- ctx.So(p1, convey.ShouldNotBeNil)
- })
- })
- })
- }
- func TestDaoFMatCache(t *testing.T) {
- convey.Convey("FMatCache", t, func(ctx convey.C) {
- var (
- c = context.Background()
- )
- ctx.Convey("When everything goes positive", func(ctx convey.C) {
- _, err := d.FMatCache(c)
- ctx.Convey("Then err should be nil.res should not be nil.", func(ctx convey.C) {
- ctx.So(err, convey.ShouldBeNil)
- })
- })
- })
- }
- func TestDaoFVideoCache(t *testing.T) {
- convey.Convey("FVideoCache", t, func(ctx convey.C) {
- var (
- c = context.Background()
- )
- ctx.Convey("When everything goes positive", func(ctx convey.C) {
- _, err := d.FVideoCache(c)
- ctx.Convey("Then err should be nil.res should not be nil.", func(ctx convey.C) {
- ctx.So(err, convey.ShouldBeNil)
- })
- })
- })
- }
- func TestDaofilterCache(t *testing.T) {
- convey.Convey("filterCache", t, func(ctx convey.C) {
- var (
- c = context.Background()
- key = "1"
- )
- ctx.Convey("When everything goes positive", func(ctx convey.C) {
- _, err := d.filterCache(c, key)
- ctx.Convey("Then err should be nil.rs should not be nil.", func(ctx convey.C) {
- ctx.So(err, convey.ShouldBeNil)
- })
- })
- })
- }
- func TestDaoSetFMatCache(t *testing.T) {
- convey.Convey("SetFMatCache", t, func(ctx convey.C) {
- var (
- c = context.Background()
- fs map[string][]*model.Filter
- )
- ctx.Convey("When everything goes positive", func(ctx convey.C) {
- err := d.SetFMatCache(c, fs)
- ctx.Convey("Then err should be nil.", func(ctx convey.C) {
- ctx.So(err, convey.ShouldBeNil)
- })
- })
- })
- }
- func TestDaoSetFVideoCache(t *testing.T) {
- convey.Convey("SetFVideoCache", t, func(ctx convey.C) {
- var (
- c = context.Background()
- fs map[string][]*model.Filter
- )
- ctx.Convey("When everything goes positive", func(ctx convey.C) {
- err := d.SetFVideoCache(c, fs)
- ctx.Convey("Then err should be nil.", func(ctx convey.C) {
- ctx.So(err, convey.ShouldBeNil)
- })
- })
- })
- }
- func TestDaosetFilterCache(t *testing.T) {
- convey.Convey("setFilterCache", t, func(ctx convey.C) {
- var (
- c = context.Background()
- key = ""
- fs map[string][]*model.Filter
- )
- ctx.Convey("When everything goes positive", func(ctx convey.C) {
- err := d.setFilterCache(c, key, fs)
- ctx.Convey("Then err should be nil.", func(ctx convey.C) {
- ctx.So(err, convey.ShouldBeNil)
- })
- })
- })
- }
- func TestDaoContestCache(t *testing.T) {
- convey.Convey("ContestCache", t, func(ctx convey.C) {
- var (
- c = context.Background()
- ps = int(1)
- )
- ctx.Convey("When everything goes positive", func(ctx convey.C) {
- _, total, err := d.ContestCache(c, ps)
- ctx.Convey("Then err should be nil.res,total should not be nil.", func(ctx convey.C) {
- ctx.So(err, convey.ShouldBeNil)
- ctx.So(total, convey.ShouldNotBeNil)
- })
- })
- })
- }
- func TestDaoFavCoCache(t *testing.T) {
- convey.Convey("FavCoCache", t, func(ctx convey.C) {
- var (
- c = context.Background()
- mid = int64(1)
- )
- ctx.Convey("When everything goes positive", func(ctx convey.C) {
- _, total, err := d.FavCoCache(c, mid)
- ctx.Convey("Then err should be nil.res,total should not be nil.", func(ctx convey.C) {
- ctx.So(err, convey.ShouldBeNil)
- ctx.So(total, convey.ShouldNotBeNil)
- })
- })
- })
- }
- func TestDaoFavCoAppCache(t *testing.T) {
- convey.Convey("FavCoAppCache", t, func(ctx convey.C) {
- var (
- c = context.Background()
- mid = int64(1)
- )
- ctx.Convey("When everything goes positive", func(ctx convey.C) {
- _, total, err := d.FavCoAppCache(c, mid)
- ctx.Convey("Then err should be nil.res,total should not be nil.", func(ctx convey.C) {
- ctx.So(err, convey.ShouldBeNil)
- ctx.So(total, convey.ShouldNotBeNil)
- })
- })
- })
- }
- func TestDaocosCache(t *testing.T) {
- convey.Convey("cosCache", t, func(ctx convey.C) {
- var (
- c = context.Background()
- key = "1"
- )
- ctx.Convey("When everything goes positive", func(ctx convey.C) {
- _, total, err := d.cosCache(c, key)
- ctx.Convey("Then err should be nil.res,total should not be nil.", func(ctx convey.C) {
- ctx.So(err, convey.ShouldBeNil)
- ctx.So(total, convey.ShouldNotBeNil)
- })
- })
- })
- }
- func TestDaoSetContestCache(t *testing.T) {
- convey.Convey("SetContestCache", t, func(ctx convey.C) {
- var (
- c = context.Background()
- ps = int(1)
- con = &model.Contest{}
- contests = []*model.Contest{con}
- total = int(0)
- )
- ctx.Convey("When everything goes positive", func(ctx convey.C) {
- err := d.SetContestCache(c, ps, contests, total)
- ctx.Convey("Then err should be nil.", func(ctx convey.C) {
- ctx.So(err, convey.ShouldBeNil)
- })
- })
- })
- }
- func TestDaoSetFavCoCache(t *testing.T) {
- convey.Convey("SetFavCoCache", t, func(ctx convey.C) {
- var (
- c = context.Background()
- mid = int64(0)
- con = &model.Contest{}
- contests = []*model.Contest{con}
- total = int(0)
- )
- ctx.Convey("When everything goes positive", func(ctx convey.C) {
- err := d.SetFavCoCache(c, mid, contests, total)
- ctx.Convey("Then err should be nil.", func(ctx convey.C) {
- ctx.So(err, convey.ShouldBeNil)
- })
- })
- })
- }
- func TestDaoSetAppFavCoCache(t *testing.T) {
- convey.Convey("SetAppFavCoCache", t, func(ctx convey.C) {
- var (
- c = context.Background()
- mid = int64(0)
- con = &model.Contest{}
- contests = []*model.Contest{con}
- total = int(0)
- )
- ctx.Convey("When everything goes positive", func(ctx convey.C) {
- err := d.SetAppFavCoCache(c, mid, contests, total)
- ctx.Convey("Then err should be nil.", func(ctx convey.C) {
- ctx.So(err, convey.ShouldBeNil)
- })
- })
- })
- }
- func TestDaoDelFavCoCache(t *testing.T) {
- convey.Convey("DelFavCoCache", t, func(ctx convey.C) {
- var (
- c = context.Background()
- mid = int64(1)
- )
- ctx.Convey("When everything goes positive", func(ctx convey.C) {
- err := d.DelFavCoCache(c, mid)
- ctx.Convey("Then err should be nil.", func(ctx convey.C) {
- ctx.So(err, convey.ShouldBeNil)
- })
- })
- })
- }
- func TestDaosetCosCache(t *testing.T) {
- convey.Convey("setCosCache", t, func(ctx convey.C) {
- var (
- c = context.Background()
- key = ""
- con = &model.Contest{}
- contests = []*model.Contest{con}
- total = int(1)
- )
- ctx.Convey("When everything goes positive", func(ctx convey.C) {
- err := d.setCosCache(c, key, contests, total)
- ctx.Convey("Then err should be nil.", func(ctx convey.C) {
- ctx.So(err, convey.ShouldBeNil)
- })
- })
- })
- }
- func TestDaoCalendarCache(t *testing.T) {
- convey.Convey("CalendarCache", t, func(ctx convey.C) {
- var (
- c = context.Background()
- p = &model.ParamFilter{}
- )
- ctx.Convey("When everything goes positive", func(ctx convey.C) {
- _, err := d.CalendarCache(c, p)
- ctx.Convey("Then err should be nil.res should not be nil.", func(ctx convey.C) {
- ctx.So(err, convey.ShouldBeNil)
- })
- })
- })
- }
- func TestDaoSetCalendarCache(t *testing.T) {
- convey.Convey("SetCalendarCache", t, func(ctx convey.C) {
- var (
- c = context.Background()
- p = &model.ParamFilter{}
- cal = &model.Calendar{}
- cales = []*model.Calendar{cal}
- )
- ctx.Convey("When everything goes positive", func(ctx convey.C) {
- err := d.SetCalendarCache(c, p, cales)
- ctx.Convey("Then err should be nil.", func(ctx convey.C) {
- ctx.So(err, convey.ShouldBeNil)
- })
- })
- })
- }
- func TestDaoVideoCache(t *testing.T) {
- convey.Convey("VideoCache", t, func(ctx convey.C) {
- var (
- c = context.Background()
- ps = int(1)
- )
- ctx.Convey("When everything goes positive", func(ctx convey.C) {
- _, total, err := d.VideoCache(c, ps)
- ctx.Convey("Then err should be nil.res,total should not be nil.", func(ctx convey.C) {
- ctx.So(err, convey.ShouldBeNil)
- ctx.So(total, convey.ShouldNotBeNil)
- })
- })
- })
- }
- func TestDaoSetVideoCache(t *testing.T) {
- convey.Convey("SetVideoCache", t, func(ctx convey.C) {
- var (
- c = context.Background()
- ps = int(0)
- arc = &arcmdl.Arc{}
- videos = []*arcmdl.Arc{arc}
- total = int(0)
- )
- ctx.Convey("When everything goes positive", func(ctx convey.C) {
- err := d.SetVideoCache(c, ps, videos, total)
- ctx.Convey("Then err should be nil.", func(ctx convey.C) {
- ctx.So(err, convey.ShouldBeNil)
- })
- })
- })
- }
- func TestDaoseasonsCache(t *testing.T) {
- convey.Convey("seasonsCache", t, func(ctx convey.C) {
- var (
- c = context.Background()
- key = "1"
- start = int(0)
- end = int(0)
- )
- ctx.Convey("When everything goes positive", func(ctx convey.C) {
- _, total, err := d.seasonsCache(c, key, start, end)
- ctx.Convey("Then err should be nil.res,total should not be nil.", func(ctx convey.C) {
- ctx.So(err, convey.ShouldBeNil)
- ctx.So(total, convey.ShouldNotBeNil)
- })
- })
- })
- }
- func TestDaosetSeasonsCache(t *testing.T) {
- convey.Convey("setSeasonsCache", t, func(ctx convey.C) {
- var (
- c = context.Background()
- key = "1"
- seasons = []*model.Season{}
- total = int(0)
- )
- ctx.Convey("When everything goes positive", func(ctx convey.C) {
- err := d.setSeasonsCache(c, key, seasons, total)
- ctx.Convey("Then err should be nil.", func(ctx convey.C) {
- ctx.So(err, convey.ShouldBeNil)
- })
- })
- })
- }
- func TestDaoSeasonCache(t *testing.T) {
- convey.Convey("SeasonCache", t, func(ctx convey.C) {
- var (
- c = context.Background()
- start = int(0)
- end = int(0)
- )
- ctx.Convey("When everything goes positive", func(ctx convey.C) {
- _, total, err := d.SeasonCache(c, start, end)
- ctx.Convey("Then err should be nil.res,total should not be nil.", func(ctx convey.C) {
- ctx.So(err, convey.ShouldBeNil)
- ctx.So(total, convey.ShouldNotBeNil)
- })
- })
- })
- }
- func TestDaoSetSeasonCache(t *testing.T) {
- convey.Convey("SetSeasonCache", t, func(ctx convey.C) {
- var (
- c = context.Background()
- seasons = []*model.Season{}
- total = int(0)
- )
- ctx.Convey("When everything goes positive", func(ctx convey.C) {
- err := d.SetSeasonCache(c, seasons, total)
- ctx.Convey("Then err should be nil.", func(ctx convey.C) {
- ctx.So(err, convey.ShouldBeNil)
- })
- })
- })
- }
- func TestDaoSeasonMCache(t *testing.T) {
- convey.Convey("SeasonMCache", t, func(ctx convey.C) {
- var (
- c = context.Background()
- start = int(0)
- end = int(0)
- )
- ctx.Convey("When everything goes positive", func(ctx convey.C) {
- _, total, err := d.SeasonMCache(c, start, end)
- ctx.Convey("Then err should be nil.res,total should not be nil.", func(ctx convey.C) {
- ctx.So(err, convey.ShouldBeNil)
- ctx.So(total, convey.ShouldNotBeNil)
- })
- })
- })
- }
- func TestDaoSetSeasonMCache(t *testing.T) {
- convey.Convey("SetSeasonMCache", t, func(ctx convey.C) {
- var (
- c = context.Background()
- seasons = []*model.Season{}
- total = int(0)
- )
- ctx.Convey("When everything goes positive", func(ctx convey.C) {
- err := d.SetSeasonMCache(c, seasons, total)
- ctx.Convey("Then err should be nil.", func(ctx convey.C) {
- ctx.So(err, convey.ShouldBeNil)
- })
- })
- })
- }
- func TestDaofrom(t *testing.T) {
- convey.Convey("from", t, func(ctx convey.C) {
- var (
- i = int64(0)
- )
- ctx.Convey("When everything goes positive", func(ctx convey.C) {
- p1 := from(i)
- ctx.Convey("Then p1 should not be nil.", func(ctx convey.C) {
- ctx.So(p1, convey.ShouldNotBeNil)
- })
- })
- })
- }
- func TestDaocombine(t *testing.T) {
- convey.Convey("combine", t, func(ctx convey.C) {
- var (
- sort = int64(0)
- count = int(0)
- )
- ctx.Convey("When everything goes positive", func(ctx convey.C) {
- p1 := combine(sort, count)
- ctx.Convey("Then p1 should not be nil.", func(ctx convey.C) {
- ctx.So(p1, convey.ShouldNotBeNil)
- })
- })
- })
- }
- func TestDaoCacheEpContests(t *testing.T) {
- convey.Convey("CacheEpContests", t, func(ctx convey.C) {
- var (
- c = context.Background()
- ids = []int64{1}
- )
- ctx.Convey("When everything goes positive", func(ctx convey.C) {
- res, err := d.CacheEpContests(c, ids)
- ctx.Convey("Then err should be nil.res should not be nil.", func(ctx convey.C) {
- ctx.So(err, convey.ShouldBeNil)
- ctx.So(res, convey.ShouldNotBeNil)
- })
- })
- })
- }
- func TestDaoAddCacheEpContests(t *testing.T) {
- convey.Convey("AddCacheEpContests", t, func(ctx convey.C) {
- var (
- c = context.Background()
- data map[int64]*model.Contest
- )
- ctx.Convey("When everything goes positive", func(ctx convey.C) {
- err := d.AddCacheEpContests(c, data)
- ctx.Convey("Then err should be nil.", func(ctx convey.C) {
- ctx.So(err, convey.ShouldBeNil)
- })
- })
- })
- }
- func TestDaoCacheEpSeasons(t *testing.T) {
- convey.Convey("CacheEpSeasons", t, func(ctx convey.C) {
- var (
- c = context.Background()
- ids = []int64{1}
- )
- ctx.Convey("When everything goes positive", func(ctx convey.C) {
- res, err := d.CacheEpSeasons(c, ids)
- ctx.Convey("Then err should be nil.res should not be nil.", func(ctx convey.C) {
- ctx.So(err, convey.ShouldBeNil)
- ctx.So(res, convey.ShouldNotBeNil)
- })
- })
- })
- }
- func TestDaoAddCacheEpSeasons(t *testing.T) {
- convey.Convey("AddCacheEpSeasons", t, func(ctx convey.C) {
- var (
- c = context.Background()
- data map[int64]*model.Season
- )
- ctx.Convey("When everything goes positive", func(ctx convey.C) {
- err := d.AddCacheEpSeasons(c, data)
- ctx.Convey("Then err should be nil.", func(ctx convey.C) {
- ctx.So(err, convey.ShouldBeNil)
- })
- })
- })
- }
- func TestDaoGetActPageCache(t *testing.T) {
- convey.Convey("GetActPageCache", t, func(ctx convey.C) {
- var (
- c = context.Background()
- id = int64(0)
- )
- ctx.Convey("When everything goes positive", func(ctx convey.C) {
- _, err := d.GetActPageCache(c, id)
- ctx.Convey("Then err should be nil.act should not be nil.", func(ctx convey.C) {
- ctx.So(err, convey.ShouldBeNil)
- })
- })
- })
- }
- func TestDaoAddActPageCache(t *testing.T) {
- convey.Convey("AddActPageCache", t, func(ctx convey.C) {
- var (
- c = context.Background()
- aid = int64(0)
- act = &model.ActivePage{}
- )
- ctx.Convey("When everything goes positive", func(ctx convey.C) {
- err := d.AddActPageCache(c, aid, act)
- ctx.Convey("Then err should be nil.", func(ctx convey.C) {
- ctx.So(err, convey.ShouldBeNil)
- })
- })
- })
- }
- func TestDaoGetActModuleCache(t *testing.T) {
- convey.Convey("GetActModuleCache", t, func(ctx convey.C) {
- var (
- c = context.Background()
- mmid = int64(0)
- )
- ctx.Convey("When everything goes positive", func(ctx convey.C) {
- _, err := d.GetActModuleCache(c, mmid)
- ctx.Convey("Then err should be nil.res should not be nil.", func(ctx convey.C) {
- ctx.So(err, convey.ShouldBeNil)
- })
- })
- })
- }
- func TestDaoAddActModuleCache(t *testing.T) {
- convey.Convey("AddActModuleCache", t, func(ctx convey.C) {
- var (
- c = context.Background()
- mmid = int64(0)
- module []*arcmdl.Arc
- )
- ctx.Convey("When everything goes positive", func(ctx convey.C) {
- err := d.AddActModuleCache(c, mmid, module)
- ctx.Convey("Then err should be nil.", func(ctx convey.C) {
- ctx.So(err, convey.ShouldBeNil)
- })
- })
- })
- }
- func TestDaoGetActTopCache(t *testing.T) {
- convey.Convey("GetActTopCache", t, func(ctx convey.C) {
- var (
- c = context.Background()
- aid = int64(0)
- ps = int64(0)
- )
- ctx.Convey("When everything goes positive", func(ctx convey.C) {
- _, total, err := d.GetActTopCache(c, aid, ps)
- ctx.Convey("Then err should be nil.res,total should not be nil.", func(ctx convey.C) {
- ctx.So(err, convey.ShouldBeNil)
- ctx.So(total, convey.ShouldNotBeNil)
- })
- })
- })
- }
- func TestDaoAddActTopCache(t *testing.T) {
- convey.Convey("AddActTopCache", t, func(ctx convey.C) {
- var (
- c = context.Background()
- aid = int64(0)
- ps = int64(0)
- con = &model.Contest{}
- tops = []*model.Contest{con}
- total = int(0)
- )
- ctx.Convey("When everything goes positive", func(ctx convey.C) {
- err := d.AddActTopCache(c, aid, ps, tops, total)
- ctx.Convey("Then err should be nil.", func(ctx convey.C) {
- ctx.So(err, convey.ShouldBeNil)
- })
- })
- })
- }
- func TestDaoGetActPointsCache(t *testing.T) {
- convey.Convey("GetActPointsCache", t, func(ctx convey.C) {
- var (
- c = context.Background()
- aid = int64(0)
- mdID = int64(0)
- ps = int64(0)
- )
- ctx.Convey("When everything goes positive", func(ctx convey.C) {
- _, total, err := d.GetActPointsCache(c, aid, mdID, ps)
- ctx.Convey("Then err should be nil.res,total should not be nil.", func(ctx convey.C) {
- ctx.So(err, convey.ShouldBeNil)
- ctx.So(total, convey.ShouldNotBeNil)
- })
- })
- })
- }
- func TestDaoAddActPointsCache(t *testing.T) {
- convey.Convey("AddActPointsCache", t, func(ctx convey.C) {
- var (
- c = context.Background()
- aid = int64(0)
- mdID = int64(0)
- ps = int64(0)
- con = &model.Contest{}
- points = []*model.Contest{con}
- total = int(0)
- )
- ctx.Convey("When everything goes positive", func(ctx convey.C) {
- err := d.AddActPointsCache(c, aid, mdID, ps, points, total)
- ctx.Convey("Then err should be nil.", func(ctx convey.C) {
- ctx.So(err, convey.ShouldBeNil)
- })
- })
- })
- }
- func TestDaoGetActKnockoutCache(t *testing.T) {
- convey.Convey("GetActKnockoutCache", t, func(ctx convey.C) {
- var (
- c = context.Background()
- mdID = int64(0)
- )
- ctx.Convey("When everything goes positive", func(ctx convey.C) {
- _, err := d.GetActKnockoutCache(c, mdID)
- ctx.Convey("Then err should be nil.res should not be nil.", func(ctx convey.C) {
- ctx.So(err, convey.ShouldBeNil)
- })
- })
- })
- }
- func TestDaoAddActKnockoutCache(t *testing.T) {
- convey.Convey("AddActKnockoutCache", t, func(ctx convey.C) {
- var (
- c = context.Background()
- mdID = int64(0)
- knock = [][]*model.TreeList{}
- )
- ctx.Convey("When everything goes positive", func(ctx convey.C) {
- err := d.AddActKnockoutCache(c, mdID, knock)
- ctx.Convey("Then err should be nil.", func(ctx convey.C) {
- ctx.So(err, convey.ShouldBeNil)
- })
- })
- })
- }
- func TestDaoAddActKnockCacheTime(t *testing.T) {
- convey.Convey("AddActKnockCacheTime", t, func(convCtx convey.C) {
- var (
- c = context.Background()
- mdID = int64(1)
- )
- convCtx.Convey("When everything goes positive", func(convCtx convey.C) {
- err := d.AddActKnockCacheTime(c, mdID)
- convCtx.Convey("Then err should be nil.", func(convCtx convey.C) {
- convCtx.So(err, convey.ShouldBeNil)
- })
- })
- })
- }
- func TestDaoGetMActCache(t *testing.T) {
- convey.Convey("GetMActCache", t, func(convCtx convey.C) {
- var (
- c = context.Background()
- aid = int64(1)
- )
- convCtx.Convey("When everything goes positive", func(convCtx convey.C) {
- res, err := d.GetMActCache(c, aid)
- convCtx.Convey("Then err should be nil.res should not be nil.", func(convCtx convey.C) {
- convCtx.So(err, convey.ShouldBeNil)
- println(res)
- })
- })
- })
- }
- func TestDaoAddMActCache(t *testing.T) {
- convey.Convey("AddMActCache", t, func(convCtx convey.C) {
- var (
- c = context.Background()
- aid = int64(1)
- act = &model.Active{}
- )
- convCtx.Convey("When everything goes positive", func(convCtx convey.C) {
- err := d.AddMActCache(c, aid, act)
- convCtx.Convey("Then err should be nil.", func(convCtx convey.C) {
- convCtx.So(err, convey.ShouldBeNil)
- })
- })
- })
- }
|