Esempio n. 1
0
func TestChapterSize(t *testing.T) {
	c := readhacker.Chapter{}
	size := c.Size()
	if size == 0 {
		t.Error("size cannot be 0")
	} else {
		// do nothing
	}
}