From fe2cd485ffed31e25d30a378dd20cba11b13dfbf Mon Sep 17 00:00:00 2001 From: alpaylan Date: Wed, 14 Apr 2021 01:39:29 +0300 Subject: test functions are generated. --- tests/schema_tests.rs | 97 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 97 insertions(+) create mode 100644 tests/schema_tests.rs (limited to 'tests/schema_tests.rs') diff --git a/tests/schema_tests.rs b/tests/schema_tests.rs new file mode 100644 index 0000000..5c28aed --- /dev/null +++ b/tests/schema_tests.rs @@ -0,0 +1,97 @@ +#[cfg(test)] +mod tests { + + #[test] + fn claims_serialize_correctly() { + + } + + #[test] + fn claims_deserialize_correctly() { + + } + + #[test] + fn transaction_serialize_correctly() { + + } + + #[test] + fn transaction_deserialize_correctly() { + + } + + #[test] + fn block_serialize_correctly() { + + } + + #[test] + fn block_deserialize_correctly() { + + } + + #[test] + fn block_deserialize_when_vec_emptpy() { + + } + + #[test] + fn naked_block_serialize_correctly() { + + } + + #[test] + fn naked_block_deserialize_correctly() { + + } + + #[test] + fn naked_block_deserialize_when_vec_emptpy() { + + } + + #[test] + fn user_serialize_correctly() { + + } + + #[test] + fn user_deserialize_correctly() { + + } + + #[test] + fn metu_id_serialize_correctly() { + + } + + #[test] + fn metu_id_deserialize_correctly() { + + } + + #[test] + fn auth_request_serialize_correctly() { + + } + + #[test] + fn auth_request_deserialize_correctly() { + + } + + + + + + + + + + + + + + +} \ No newline at end of file -- cgit v1.2.3-70-g09d2