Skip to content

k11719302/CityTrafficControl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

CityTrafficControl

Coding conventions

Unit Tests

  • The namespace-structure must match with the general project structure
  • Every unit test file must only contain one testclass and match the name
  • The name of every unit test class must end with "Tests" (eg. DataLinkerTests)
  • The name of every unit test method must start with "Test_" (eg. Test_SendInvalidData)
  • Every unit test method must be structured into the required sections (see UnitTestTemplate-file)

TODO

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages