Prueba :: Tipo

para validar los tipos de datos en los archivos de prueba
Descargar ahora

Prueba :: Tipo Clasificación y resumen

Anuncio publicitario

  • Rating:
  • Licencia:
  • Perl Artistic License
  • Precio:
  • FREE
  • Nombre del editor:
  • Guillaume Aubert
  • Sitio web del editor:
  • http://search.cpan.org/~aubertg/

Prueba :: Tipo Etiquetas


Prueba :: Tipo Descripción

Prueba :: Tipo es un módulo PERL que proporciona funciones para validar los tipos de datos en archivos de prueba.Synopsis Test :: Type; # Cadenas de prueba. ok_string ($ variable); ok_string ($ variable, nombre => 'mi variable',); # Prueba de arrayrefs. ok_arrayref ($ variable); ok_arrayref ($ variable, nombre => 'mi variable',); # Prueba hashrefs. ok_hashref ($ variable); ok_hashref ($ variable, nombre => 'Variable de prueba',); # Test coderefs. ok_coderef ($ variable); ok_coderef ($ variable, nombre => 'la variable de prueba',); # Números de prueba. ok_number ($ variable); ok_number ($ variable, nombre => 'la variable de prueba',); # Instancias de prueba. ok_instancia ($ variable, clase => $ clase,); ok_instancia ($ variable, nombre => 'Variable de prueba', clase => $ clase,); Página de inicio del producto


Prueba :: Tipo Software relacionado