Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
C
COM3014
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Abdelsamad, Mouaz R (UG - SISC)
COM3014
0a931a09b5da13443558ab4e64bfcea071d687b6
COM3014
BookingService_Old
FlightBooking.Service.Tests
UnitTest1.cs
Find file
Normal view
Permalink
UnitTest1.cs
143 B
Newer
Older
Implementation of the Flight Booking Service
Surani, Muhammad Talib S T (UG - Comp Sci & Elec Eng)
committed
11 months ago
1
2
3
4
5
6
7
8
9
10
namespace
FlightBooking.Service.Tests
{
public
class
UnitTest1
{
[
Fact
]
public
void
Test1
()
{
}
}
}