Create a Unit Testing Bundle

File
> New
> Target
...

iOS
> 🔍 Unit Test
> Unit Testing Bundle

If for example the project is called WeatherBridge
, make sure the Product Name:
text is project-name
+Tests
.
- It is not mandatory that the word
Tests
is added to the name of the project, but it is a widespread convention.
New look of the project ready to use unit tests

Xcode: Añadir Unit Test Target a un proyecto existente

Crear un paquete de Tests Unitarios

File
> New
> Target
...

iOS
> 🔍 Unit Test
> Unit Testing Bundle

Si por ejemplo el proyecto se llama WeatherBridge
, fíjate que el texto de Product Name:
sea el nombre-del-proyecto
+Tests
.
- No es obligado que la palabra
Tests
se añada al nombre del proyecto, pero es una convención muy extendida.
Nuevo aspecto del proyecto preparado para utilizar tests unitarios
