Big general tidy-up of the encoder tests
diff --git a/test/qcbor_encode_tests.h b/test/qcbor_encode_tests.h
index 8625fe2..948c903 100644
--- a/test/qcbor_encode_tests.h
+++ b/test/qcbor_encode_tests.h
@@ -49,7 +49,7 @@
 /*
  Most basic test.
  */
-int basic_encode_test(void);
+int BasicEncodeTest(void);
 
 
 /*
@@ -127,13 +127,13 @@
 /*
  The binary string wrapping of maps and arrays used by COSE
  */
-int  bstrwraptest(void);
+int  BstrWrapTest(void);
 
-int bstr_wrap_error_test(void);
+int BstrWrapErrorTest(void);
 
-int bstr_wrap_nest_test(void);
+int BstrWrapNestTest(void);
 
-int cose_sign1_tbs_test(void);
+int CoseSign1TBSTest(void);