Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
CultX
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
HAAS Emile
CultX
Commits
2f3162e9
Commit
2f3162e9
authored
1 year ago
by
HAAS Emile
Browse files
Options
Downloads
Patches
Plain Diff
Delete projetTests.swift
parent
c0e4ab58
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
projetTests/projetTests.swift
+0
-36
0 additions, 36 deletions
projetTests/projetTests.swift
with
0 additions
and
36 deletions
projetTests/projetTests.swift
deleted
100644 → 0
+
0
−
36
View file @
c0e4ab58
//
// projetTests.swift
// projetTests
//
// Created by Emile Haas on 5/17/24.
//
import
XCTest
@testable
import
projet
final
class
projetTests
:
XCTestCase
{
override
func
setUpWithError
()
throws
{
// Put setup code here. This method is called before the invocation of each test method in the class.
}
override
func
tearDownWithError
()
throws
{
// Put teardown code here. This method is called after the invocation of each test method in the class.
}
func
testExample
()
throws
{
// This is an example of a functional test case.
// Use XCTAssert and related functions to verify your tests produce the correct results.
// Any test you write for XCTest can be annotated as throws and async.
// Mark your test throws to produce an unexpected failure when your test encounters an uncaught error.
// Mark your test async to allow awaiting for asynchronous code to complete. Check the results with assertions afterwards.
}
func
testPerformanceExample
()
throws
{
// This is an example of a performance test case.
self
.
measure
{
// Put the code you want to measure the time of here.
}
}
}
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment