aboutsummaryrefslogtreecommitdiff
path: root/types/http_test.go
diff options
context:
space:
mode:
authorRasmus Dahlberg <rasmus.dahlberg@kau.se>2021-05-18 12:50:26 +0200
committerRasmus Dahlberg <rasmus.dahlberg@kau.se>2021-05-18 12:50:26 +0200
commit6a20aec8e8a93ce11f8b940659f49c889f94aef1 (patch)
treee3143744c8a794bc909908732ae3f2098a4fc959 /types/http_test.go
parent2b2fc76121699e20c60dabb40e4507128731c0d5 (diff)
added ToHTTP methods
Not unit tested yet.
Diffstat (limited to 'types/http_test.go')
-rw-r--r--types/http_test.go9
1 files changed, 9 insertions, 0 deletions
diff --git a/types/http_test.go b/types/http_test.go
index 8165edf..527bcdf 100644
--- a/types/http_test.go
+++ b/types/http_test.go
@@ -57,6 +57,15 @@ func TestSignedTreeHeadToHTTP(t *testing.T) {
compareHeaderWithMap(t, description, hdr, want)
}
+func TestConsistencyProofToHTTP(t *testing.T) { // TODO
+}
+
+func TestInclusionProofToHTTP(t *testing.T) { // TODO
+}
+
+func TestLeafToHTTP(t *testing.T) { // TODO
+}
+
func TestSignedTreeHeadFromHTTP(t *testing.T) {
for _, table := range []struct {
description string