github.com/spin-org/thermomatic@v0.0.0-20200328132210-c1008f0dd177/internal/imei/imei_test.go (about)

     1  package imei
     2  
     3  import (
     4  	"testing"
     5  
     6  	"github.com/spin-org/thermomatic/internal/common"
     7  )
     8  
     9  func TestDecode(t *testing.T) {
    10  	panic(common.ErrNotImplemented)
    11  }
    12  
    13  func TestDecodeAllocations(t *testing.T) {
    14  	panic(common.ErrNotImplemented)
    15  }
    16  
    17  func TestDecodePanics(t *testing.T) {
    18  	panic(common.ErrNotImplemented)
    19  }
    20  
    21  func BenchmarkDecode(b *testing.B) {
    22  	panic(common.ErrNotImplemented)
    23  }