Documentation
¶
Overview ¶
Package printer contains local Tast tests that exercise printing on Chrome OS.
Index ¶
- func Add(ctx context.Context, s *testing.State)
- func AddHTTPPrinter(ctx context.Context, s *testing.State)
- func AddUSBPrinter(ctx context.Context, s *testing.State)
- func CupsdSocketActivation(ctx context.Context, s *testing.State)
- func GnuTLS(ctx context.Context, s *testing.State)
- func Gstopdf(ctx context.Context, s *testing.State)
- func Gstoraster(ctx context.Context, s *testing.State)
- func GstorasterUnembeddedFont(ctx context.Context, s *testing.State)
- func IPPUSBPPDCopiesSupported(ctx context.Context, s *testing.State)
- func IPPUSBPPDCopiesUnsupported(ctx context.Context, s *testing.State)
- func IPPUSBPPDNoCopies(ctx context.Context, s *testing.State)
- func Print(ctx context.Context, s *testing.State)
- func PrintExtension(ctx context.Context, s *testing.State)
- func PrintIPPUSB(ctx context.Context, s *testing.State)
- func PrintUSB(ctx context.Context, s *testing.State)
- func ProxyAdd(ctx context.Context, s *testing.State)
- func TestPPDs(ctx context.Context, s *testing.State)
- func USBPrinterTimeout(ctx context.Context, s *testing.State)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func IPPUSBPPDCopiesSupported ¶
IPPUSBPPDCopiesSupported tests that the "cupsManualCopies" and "cupsMaxCopies" PPD fields will be correctly populated when configuring an IPP-over-USB printer whose "copies-supported" attribute has an upper limit greater than 1 (i.e., it supports copies).
func IPPUSBPPDCopiesUnsupported ¶
IPPUSBPPDCopiesUnsupported tests that the "cupsManualCopies" and "cupsMaxCopies" PPD fields will be correctly populated when configuring an IPP-over-USB printer whose "copies-supported" IPP attribute has an upper limit of 1 (i.e., it does not support copies).
func IPPUSBPPDNoCopies ¶
IPPUSBPPDNoCopies tests that the "cupsManualCopies" and "cupsMaxCopies" PPD fields will be correctly populated when configuring an IPP-over-USB printer which does not provide a value for the "copies-supported" attribute.
Types ¶
This section is empty.
Source Files
¶
- add.go
- add_http_printer.go
- add_usb_printer.go
- cupsd_socket_activation.go
- doc.go
- gnutls.go
- gstopdf.go
- gstoraster.go
- gstoraster_unembedded_font.go
- ippusb_ppd_copies_supported.go
- ippusb_ppd_copies_unsupported.go
- ippusb_ppd_no_copies.go
- print.go
- print_extension.go
- print_ippusb.go
- print_usb.go
- proxy_add.go
- test_ppds.go
- usb_printer_timeout.go
Directories
¶
Path | Synopsis |
---|---|
Package fake implements a fake network printer reading LPR protocol.
|
Package fake implements a fake network printer reading LPR protocol. |
Package ghostscript provides common utilities for testing ghostscript filters.
|
Package ghostscript provides common utilities for testing ghostscript filters. |
Package ippprint implements printing with IPP options.
|
Package ippprint implements printing with IPP options. |
Package lpprint implements adding a printer, printing to it via the lp command, and comparing the data sent to the printer to a golden file.
|
Package lpprint implements adding a printer, printing to it via the lp command, and comparing the data sent to the printer to a golden file. |
Package proxylpprint implements adding a printer, printing to it via the lp command, and comparing the data sent to the printer to a golden file.
|
Package proxylpprint implements adding a printer, printing to it via the lp command, and comparing the data sent to the printer to a golden file. |
Package usbprintertests provides utility functions for running tests with a USB printer.
|
Package usbprintertests provides utility functions for running tests with a USB printer. |